mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Safeguard Rallying Cry of the Dragonslayer through respawn script
This commit is contained in:
parent
54e1c4967e
commit
5b751cce6b
2 changed files with 51 additions and 2 deletions
|
|
@ -90,6 +90,7 @@ UPDATE gameobject_template SET ScriptName='go_pirate_day_music' WHERE entry=1903
|
|||
UPDATE gameobject_template SET ScriptName='go_midsummer_music' WHERE entry=188174;
|
||||
UPDATE gameobject_template SET ScriptName='go_brewfest_music' WHERE entry=186221;
|
||||
UPDATE gameobject_template SET ScriptName='go_elemental_rift' WHERE entry IN (179664, 179665, 179666, 179667);
|
||||
UPDATE gameobject_template SET ScriptName='go_dragon_head' WHERE entry IN(179556,179558,179881,179882);
|
||||
|
||||
/* GUARD */
|
||||
UPDATE creature_template SET ScriptName='guard_azuremyst' WHERE entry=18038;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue