diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-06-28 19:06:48 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-06-28 19:06:48 +0200 |
commit | 5b6cbe88d3fda2dc2097319d912204dba8f3233d (patch) | |
tree | 831169cf351a222c9c5b051ae0c035dd9df149aa /sql | |
parent | 3720be33e15426ddc3a52edf0a31044d01a8d63e (diff) |
Update 2015_06_28_02_world.sql
Diffstat (limited to 'sql')
-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); |