diff options
-rw-r--r-- | sql/updates/world/master/2021_12_18_84_world_2019_12_10_04_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_84_world_2019_12_10_04_world.sql b/sql/updates/world/master/2021_12_18_84_world_2019_12_10_04_world.sql new file mode 100644 index 00000000000..62322742fec --- /dev/null +++ b/sql/updates/world/master/2021_12_18_84_world_2019_12_10_04_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120604,120605,120606); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120604, 33600, 571, '0', 0, 0, 1, 8548.21, 954.800, 547.377, 4.88665, 300, 0, 0, 0, 0, 0), +(120605, 33601, 571, '0', 0, 0, 0, 8559.26, 939.371, 547.777, 6.25005, 300, 0, 0, 0, 0, 0), +(120606, 33603, 571, '0', 0, 0, 0, 8549.54, 944.761, 547.368, 1.03501, 300, 0, 0, 0, 0, 0); |