Skip to content

Commit

Permalink
Add session 2 ghostlands fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Nov 9, 2024
1 parent 2389f06 commit a6afbae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Updates/0498_ghostlands_fixes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit a6afbae

Please sign in to comment.