aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-06-18 18:22:22 +0200
committerKillyana <morphone1@gmail.com>2017-06-18 18:22:22 +0200
commitf6fdcf4c0dcdb0d367be7a8b2ba4f94c6a42f388 (patch)
treee84510e5c919198107615dd1086be96396e28403
parent2b9972dc3bac503d6a4e60c8369b7435c0af025c (diff)
DB: Typo
-rw-r--r--sql/updates/world/3.3.5/2017_06_18_03_world .sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_18_03_world .sql b/sql/updates/world/3.3.5/2017_06_18_03_world .sql
index 66d49d10f9b..4257f0f1870 100644
--- a/sql/updates/world/3.3.5/2017_06_18_03_world .sql
+++ b/sql/updates/world/3.3.5/2017_06_18_03_world .sql
@@ -1,7 +1,7 @@
--
-UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id`=28932;
DELETE FROM creature WHERE guid IN (80424,80426,80427);
INSERT INTO creature (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
(80424, 28931, 571, 0, 0, 1, 1, 25770, 0, 6221.2, -1986.5, 461.485, 3.78736, 300, 0, 0, 200000, 0, 0, 0, 0, 0, 0),
(80426, 28932, 571, 0, 0, 1, 1, 19595, 0, 6218.72, -1985.63, 482.18, 4.39823, 300, 0, 0, 4979, 0, 2, 0, 0, 0, 0),
(80427, 28932, 571, 0, 0, 1, 1, 19595, 0, 6221.37, -1989.22, 482.167, 1.50098, 300, 0, 0, 4979, 0, 2, 0, 0, 0, 0);
+UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id`=28932;