diff options
-rw-r--r-- | sql/updates/world/2015_06_28_02_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2015_06_28_02_world.sql b/sql/updates/world/2015_06_28_02_world.sql index 1cefda770d0..0b376442393 100644 --- a/sql/updates/world/2015_06_28_02_world.sql +++ b/sql/updates/world/2015_06_28_02_world.sql @@ -4,5 +4,5 @@ DELETE FROM `creature_addon` WHERE `guid` IN (104706, 104705); DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (53099, 54640, 55288); DELETE FROM `spell_scripts` WHERE `id` IN (53099, 55288); INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES -(53099,0,0,15,53098,0,0,0,0,0,0); +(53099,0,0,15,53098,0,0,0,0,0,0), (55288,0,0,15,55289,0,0,0,0,0,0); |