diff options
author | Killyana <morphone1@gmail.com> | 2019-12-10 18:38:30 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-19 01:22:36 +0100 |
commit | 99338acad96cd6a0504c1e89e737e68549696f9e (patch) | |
tree | cf861b636801bd05784b242d830fe58a2e115bd7 | |
parent | 30f9d3a01b8cfe8a7c19b49fbd1b9963f37e3457 (diff) |
DB/Creature: Cerie Larksong & Elka Stormbrew & Arthur Denny
(cherry picked from commit 8a70b0d1ce54edeea1266377baa7150d5b70b3e7)
-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); |