fix(Scripts/Underbog): Moved Gha'zan script to C++ file. (#13887)
* fix(Scripts/Underbog)L Moved Gha'zan script to C++ file. Added scripted waypoints. Fixes #13793 * Update. * missing player include * Update. Co-authored-by: Angelo Venturini <nefertum.dev@protonmail.com>
This commit is contained in:
parent
c5e9a68083
commit
f4ccf15091
5 changed files with 283 additions and 7 deletions
|
|
@ -51,6 +51,7 @@ void AddSC_boss_mekgineer_steamrigger();
|
|||
void AddSC_boss_warlord_kalithresh();
|
||||
void AddSC_instance_steam_vault();
|
||||
void AddSC_boss_the_black_stalker(); //CR Underbog
|
||||
void AddSC_boss_ghazan();
|
||||
void AddSC_instance_the_underbog();
|
||||
void AddSC_boss_ahune();
|
||||
void AddSC_instance_the_slave_pens();
|
||||
|
|
@ -144,6 +145,7 @@ void AddOutlandScripts()
|
|||
AddSC_boss_warlord_kalithresh();
|
||||
AddSC_instance_steam_vault();
|
||||
AddSC_boss_the_black_stalker(); //CR Underbog
|
||||
AddSC_boss_ghazan();
|
||||
AddSC_instance_the_underbog();
|
||||
AddSC_boss_ahune();
|
||||
AddSC_instance_the_slave_pens();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue