diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-01-15 08:06:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-15 08:06:42 +0100 |
commit | 8fd49cf21560f8fd51d3e7b4494f457b0a696876 (patch) | |
tree | 41fcb2a4105b9b0a170f5b3a076fa7b248fa4a55 | |
parent | 6f66904359c5fe6b54131f246aed0c85c2c5978e (diff) |
Update 2017_01_15_00_world.sql
-rw-r--r-- | sql/updates/world/master/2017_01_15_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2017_01_15_00_world.sql b/sql/updates/world/master/2017_01_15_00_world.sql index bbf50a511f6..1d9cdc602c5 100644 --- a/sql/updates/world/master/2017_01_15_00_world.sql +++ b/sql/updates/world/master/2017_01_15_00_world.sql @@ -6,7 +6,7 @@ INSERT INTO `quest_template_addon` (`ID`,`PrevQuestID`) VALUES -- Missing Silvermane Wolf Spawns SET @CGUID := 250981; DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+1; -INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES (@CGUID+0, 2924, 0, 0, 0, 1, 169, 0, 0, 0, -233.8715, -2569.186, 119.0644, 0.8901179, 120, 0, 0, 1, 0, 0, 0, 0, 0, 23222), (@CGUID+1, 2924, 0, 0, 0, 1, 169, 0, 0, 0, -248.5712, -2559.398, 117.1755, 1.745329, 120, 0, 0, 1, 0, 0, 0, 0, 0, 23222); |