fix(DB/Core): Mother Smolderweb (#1886)

* moved cpp script to SAI for boss "Mother Smolderweb"

* add "Summon Spire Spiderlings" on death
This commit is contained in:
Stoabrogga
2019-06-01 23:02:03 +02:00
committed by Poszer
parent 5bfbb9f1b7
commit b0cca6cfee
4 changed files with 10 additions and 97 deletions

View File

@@ -108,7 +108,6 @@ void AddSC_instance_blackrock_depths();
void AddSC_boss_drakkisath(); //Blackrock Spire
void AddSC_boss_halycon();
void AddSC_boss_highlordomokk();
void AddSC_boss_mothersmolderweb();
void AddSC_boss_overlordwyrmthalak();
void AddSC_boss_shadowvosh();
void AddSC_boss_thebeast();
@@ -698,7 +697,6 @@ void AddEasternKingdomsScripts()
AddSC_boss_drakkisath(); //Blackrock Spire
AddSC_boss_halycon();
AddSC_boss_highlordomokk();
AddSC_boss_mothersmolderweb();
AddSC_boss_overlordwyrmthalak();
AddSC_boss_shadowvosh();
AddSC_boss_thebeast();