aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2012-11-13 09:18:24 -0330
committerMalcrom <malcromdev@gmail.com>2012-11-13 09:18:24 -0330
commitb1eee7cf8e3c08145281c0926a30525fa30bcc0e (patch)
treee6e15c45c2baf11af96b606fbba3b258db56328d
parent310d188b9c271ca44155e7dc7edb990275f62b7a (diff)
DB/waypoints: Fix last commit
-rw-r--r--sql/updates/world/2012_11_13_00_world_waypoints.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_11_13_00_world_waypoints.sql b/sql/updates/world/2012_11_13_00_world_waypoints.sql
index ade83d858e5..5e4c0aeae13 100644
--- a/sql/updates/world/2012_11_13_00_world_waypoints.sql
+++ b/sql/updates/world/2012_11_13_00_world_waypoints.sql
@@ -1,7 +1,7 @@
-- Pathing for Ol' Sooty Entry: 1225
SET @NPC := 8877;
SET @PATH := @NPC * 10;
-UPDATE `creature` SET `spawntimesecs`=1200 `spawndist`=0,`MovementType`=2,`position_x`=-5716.181152,`position_y`=-3110.810791,`position_z`=316.686523 WHERE `guid`=@NPC;
+UPDATE `creature` SET `spawntimesecs`=1200,`spawndist`=0,`MovementType`=2,`position_x`=-5716.181152,`position_y`=-3110.810791,`position_z`=316.686523 WHERE `guid`=@NPC;
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,0, '');
DELETE FROM `waypoint_data` WHERE `id`=@PATH;