mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Script GO 122088
* Script GO 122088 (Containment Coffer) used in quest 1920 (Alliance) & 1960 (Horde)
This commit is contained in:
parent
2ced683f9a
commit
6d3fdf9752
2 changed files with 49 additions and 1 deletions
|
|
@ -96,6 +96,7 @@ 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);
|
||||
UPDATE gameobject_template SET ScriptName='go_unadorned_spike' WHERE entry IN(175787);
|
||||
UPDATE gameobject_template SET ScriptName='go_containment_coffer' WHERE entry=122088;
|
||||
|
||||
/* GUARD */
|
||||
UPDATE creature_template SET ScriptName='guard_azuremyst' WHERE entry=18038;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue