diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_06_05_02_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_05_02_world.sql b/sql/updates/world/3.3.5/2017_06_05_02_world.sql new file mode 100644 index 00000000000..559540d06ad --- /dev/null +++ b/sql/updates/world/3.3.5/2017_06_05_02_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (80379,80380,80382,80407,80408); +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 +(80379, 25585, 571, 0, 0, 1, 1, 0, 0, 3379.032, 6157.035, 79.831, 1.675516, 300, 10, 0, 1, 0, 1, 0, 0, 0, -1), +(80380, 25585, 571, 0, 0, 1, 1, 0, 0, 3442.108, 6205.982, 73.805, 1.675516, 300, 10, 0, 1, 0, 1, 0, 0, 0, -1), +(80382, 25585, 571, 0, 0, 1, 1, 0, 0, 3506.431, 6148.332, 66.530, 1.675516, 300, 10, 0, 1, 0, 1, 0, 0, 0, -1), +(80407, 25585, 571, 0, 0, 1, 1, 0, 0, 3490.342, 6110.152, 70.966, 1.675516, 300, 10, 0, 1, 0, 1, 0, 0, 0, -1), +(80408, 25585, 571, 0, 0, 1, 1, 0, 0, 3408.131, 6242.156, 75.513, 1.675516, 300, 10, 0, 1, 0, 1, 0, 0, 0, -1); |