mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
GO: Add script for bubbly fissure to recast debuff on players nearby
Do not ask me why its meant to be like this
This commit is contained in:
parent
7ead805b4a
commit
299e73b2c4
2 changed files with 27 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ UPDATE gameobject_template SET ScriptName='go_midsummer_music' WHERE entry=18817
|
|||
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_bubbly_fissure' WHERE entry=177524;
|
||||
UPDATE gameobject_template SET ScriptName='go_unadorned_spike' WHERE entry IN(175787);
|
||||
UPDATE gameobject_template SET ScriptName='go_containment_coffer' WHERE entry=122088;
|
||||
UPDATE gameobject_template SET ScriptName='go_large_jack_o_lantern' WHERE entry=186887;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue