From a6afbae1c7666489cdc7475b2b2a3cac994fb304 Mon Sep 17 00:00:00 2001 From: killerwife Date: Sat, 9 Nov 2024 11:48:24 +0100 Subject: [PATCH] Add session 2 ghostlands fixes --- Updates/0498_ghostlands_fixes.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Updates/0498_ghostlands_fixes.sql b/Updates/0498_ghostlands_fixes.sql index b4048d381..e07a1a07a 100644 --- a/Updates/0498_ghostlands_fixes.sql +++ b/Updates/0498_ghostlands_fixes.sql @@ -65,3 +65,8 @@ INSERT INTO creature_movement (Id, Point, PositionX, PositionY, PositionZ, Orien (@MOVID + 0, '0', '7997.29', '-7724.7847', '149.24797', '100', '0', '0', NULL), (@MOVID + 0, '11', '7967.397', '-7730.7065', '148.9544', '100', '0', '0', NULL); +INSERT INTO creature(guid, id, map, spawnMask, position_x, position_y, position_z, orientation, spawntimesecsmin, spawntimesecsmax, spawndist, MovementType) VALUES +(@CGUID + 0, '16344', '530', '1', '7416.49000000000000000000', '-7880.72000000000000000000', '157.61300000000000000000', '4.90337000000000000000', '300', '300', '10', '1'), +(@CGUID + 1, '16352', '530', '1', '6618.54000000000000000000', '-7216.66000000000000000000', '46.14320000000000000000', '1.52222000000000000000', '300', '300', '10', '1'), +(@CGUID + 2, '16349', '530', '1', '6672.65000000000000000000', '-7238.58000000000000000000', '46.62930000000000000000', '0.23023700000000000000', '300', '300', '10', '1'); +