aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-08-29 17:48:53 +0200
committerKillyana <morphone1@gmail.com>2018-08-29 17:48:53 +0200
commitf70a677720733e0bc7a6756034d4f837b78be6bf (patch)
tree34b1d256c126cca893df3240139fc8d678697c3a
parente9e2d8636d61891aade177608e1c9c198968290d (diff)
DB/Creature: Add some missing spawns at Amberstill ranch
Closes #22214
-rw-r--r--sql/updates/world/master/2018_08_29_01_world.sql6
1 files changed, 6 insertions, 0 deletions
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);