From f70a677720733e0bc7a6756034d4f837b78be6bf Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 29 Aug 2018 17:48:53 +0200 Subject: DB/Creature: Add some missing spawns at Amberstill ranch Closes #22214 --- sql/updates/world/master/2018_08_29_01_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2018_08_29_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2018_08_29_01_world.sql b/sql/updates/world/master/2018_08_29_01_world.sql new file mode 100644 index 00000000000..18354724a08 --- /dev/null +++ b/sql/updates/world/master/2018_08_29_01_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (252325,252327,252336); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`) VALUES +(252325, 1265, 0, 0, 0, 1, 169, 0, 1, -5513.79, -1304.71, 404.609, 3.50811, 300, 0, 0, 0), +(252327, 41611, 0, 0, 0, 1, 169, 0, 1, -5519.944, -1301.976, 405.013, 4.281697, 300, 0, 0, 0), +(252336, 3177, 0, 0, 0, 1, 169, 0, 1, -5514.956, -1296.109, 405.935, 5.001653, 300, 0, 0, 0); -- cgit v1.2.3