From 5b6cbe88d3fda2dc2097319d912204dba8f3233d Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 28 Jun 2015 19:06:48 +0200 Subject: Update 2015_06_28_02_world.sql --- sql/updates/world/2015_06_28_02_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates') 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); -- cgit v1.2.3