mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripting/Arcatraz: Move Zereketh the Unbound, Dalliah the Doomsayer, & Wrath-Scryer Soccothrates to cpp scripting and some cleanup.
This commit is contained in:
@@ -619,6 +619,9 @@ void AddSC_boss_omor_the_unscarred();
|
||||
void AddSC_boss_vazruden_the_herald();
|
||||
void AddSC_instance_ramparts();
|
||||
void AddSC_arcatraz(); //TK Arcatraz
|
||||
void AddSC_boss_zereketh_the_unbound();
|
||||
void AddSC_boss_dalliah_the_doomsayer();
|
||||
void AddSC_boss_wrath_scryer_soccothrates();
|
||||
void AddSC_boss_harbinger_skyriss();
|
||||
void AddSC_instance_arcatraz();
|
||||
void AddSC_boss_high_botanist_freywinn(); //TK Botanica
|
||||
@@ -1140,6 +1143,9 @@ void AddOutlandScripts()
|
||||
AddSC_boss_vazruden_the_herald();
|
||||
AddSC_instance_ramparts();
|
||||
AddSC_arcatraz(); //TK Arcatraz
|
||||
AddSC_boss_zereketh_the_unbound();
|
||||
AddSC_boss_dalliah_the_doomsayer();
|
||||
AddSC_boss_wrath_scryer_soccothrates();
|
||||
AddSC_boss_harbinger_skyriss();
|
||||
AddSC_instance_arcatraz();
|
||||
AddSC_boss_high_botanist_freywinn(); //TK Botanica
|
||||
|
||||
Reference in New Issue
Block a user