From 99338acad96cd6a0504c1e89e737e68549696f9e Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 10 Dec 2019 18:38:30 +0100 Subject: DB/Creature: Cerie Larksong & Elka Stormbrew & Arthur Denny (cherry picked from commit 8a70b0d1ce54edeea1266377baa7150d5b70b3e7) --- .../world/master/2021_12_18_84_world_2019_12_10_04_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2021_12_18_84_world_2019_12_10_04_world.sql (limited to 'sql') 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); -- cgit v1.2.3