mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
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:
parent
82da5e259b
commit
c8017c63e0
4 changed files with 143 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue