fix(Core/Script): Rename Pinnacle & Ramparts scripts (#5175)

This commit is contained in:
Kitzunu
2021-04-07 21:57:28 +02:00
committed by GitHub
parent ae7b452fdf
commit 4765ab3d59
4 changed files with 19 additions and 15 deletions

View File

@@ -522,7 +522,7 @@ void AddSC_instance_shattered_halls();
void AddSC_boss_watchkeeper_gargolmar(); //HC Ramparts
void AddSC_boss_omor_the_unscarred();
void AddSC_boss_vazruden_the_herald();
void AddSC_instance_ramparts();
void AddSC_instance_hellfire_ramparts();
void AddSC_arcatraz(); //TK Arcatraz
void AddSC_boss_harbinger_skyriss();
void AddSC_boss_wrath_scryer_soccothrates();
@@ -957,7 +957,7 @@ void AddOutlandScripts()
AddSC_boss_watchkeeper_gargolmar(); //HC Ramparts
AddSC_boss_omor_the_unscarred();
AddSC_boss_vazruden_the_herald();
AddSC_instance_ramparts();
AddSC_instance_hellfire_ramparts();
AddSC_arcatraz(); //TK Arcatraz
AddSC_boss_harbinger_skyriss();
AddSC_boss_wrath_scryer_soccothrates();