aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSmokexyz <sagunxp@gmail.com>2016-10-15 16:37:52 +0530
committerjoschiwald <joschiwald.trinity@gmail.com>2017-10-03 17:17:11 +0200
commit160d6af0435a3082c8821aedf4ec81eeb6c9fdb0 (patch)
tree08491a1b3bbd4811237b1e425021086737dad152 /sql
parent879b54a9e75d1a315194d72820017ac0b569d2c2 (diff)
Fix for a typo in variable name. (#18086)
Causes an error on update. (cherry picked from commit 4de5a6e00594262e248640c125f0a7dfc88351ba)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_09_06_01_world_2016_10_11_05_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2017_09_06_01_world_2016_10_11_05_world.sql b/sql/updates/world/master/2017_09_06_01_world_2016_10_11_05_world.sql
index 2826c3a6724..4e23bac65da 100644
--- a/sql/updates/world/master/2017_09_06_01_world_2016_10_11_05_world.sql
+++ b/sql/updates/world/master/2017_09_06_01_world_2016_10_11_05_world.sql
@@ -1,6 +1,6 @@
--
SET @CGUID := 12571;
-DELETE FROM `creature` WHERE `guid`=@GUID;
+DELETE FROM `creature` WHERE `guid`=@CGUID;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
(@CGUID, 24900, 571, 0, 0, 1, 0, 0, 0, 529.2123, -3530.377, 12.97082, 0, 60, 0, 0, 1, 0, 2, 0, 0, 0, 0);