Add support for Kalimdor Elemental Invasions

* Elemental rifts now continuously spawn related elemenal invaders if required
* Elemental rifts despawn once the related elemental leader is defeated
This commit is contained in:
cala 2018-03-29 14:19:28 +02:00
parent 82da5e259b
commit c8017c63e0
4 changed files with 143 additions and 0 deletions

View file

@ -67,6 +67,7 @@ UPDATE gameobject_template SET ScriptName='go_andorhal_tower' WHERE entry IN (17
UPDATE gameobject_template SET ScriptName='go_veil_skith_cage' WHERE entry IN (185202,185203,185204,185205);
UPDATE gameobject_template SET ScriptName='go_bells' WHERE entry IN(175885,176573);
UPDATE gameobject_template SET ScriptName='go_darkmoon_faire_music' WHERE entry=180335;
UPDATE gameobject_template SET ScriptName='go_elemental_rift' WHERE entry IN (179664, 179665, 179666, 179667);
/* GUARD */
UPDATE creature_template SET ScriptName='guard_orgrimmar' WHERE entry=3296;