aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-06-20 09:04:10 +0200
committerGitHub <noreply@github.com>2016-06-20 09:04:10 +0200
commit5206ce34054ec1d6ff8502ee6359781ee8e86aac (patch)
treeb7d40e4161c7a5c4094fdbb3fb4083fc2c3f0ac0
parentb12b3352eb41822f2338b5b701a5ee988332dad8 (diff)
Update 2016_06_15_12_world.sql
-rw-r--r--sql/updates/world/3.3.5/2016_06_15_12_world.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_15_12_world.sql b/sql/updates/world/3.3.5/2016_06_15_12_world.sql
index 09bf36859f1..16919326b48 100644
--- a/sql/updates/world/3.3.5/2016_06_15_12_world.sql
+++ b/sql/updates/world/3.3.5/2016_06_15_12_world.sql
@@ -93,7 +93,7 @@ INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`pr
(25951,0,0,'Yess. The Tidehunter will be pleased at this development. The Firelord\'s hold will weaken.',12,0,100,1,0,0,'Heretic Emissary',25124),
(25951,1,0,'Skar\'this has informed us well. We have worked our way into the slave pens and await your cryomancerss.',12,0,100,1,0,0,'Heretic Emissary',25127);
-DELETE FROM `game_event_creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+1 AND `eventEntry`=14;
+DELETE FROM `game_event_creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+14 AND `eventEntry`=1;
INSERT INTO `game_event_creature` SELECT 1, creature.guid FROM `creature` WHERE creature.guid BETWEEN @CGUID+0 AND @CGUID+14;
-DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+1 AND `eventEntry`=14;
+DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+14 AND `eventEntry`=1;
INSERT INTO `game_event_gameobject` SELECT 1, gameobject.guid FROM `gameobject` WHERE gameobject.guid BETWEEN @OGUID+0 AND @OGUID+14;