Skip to content

Commit

Permalink
Add more precision to fozruk spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jan 12, 2025
1 parent 4700e6a commit d64e646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Updates/0533_fozruk.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- GUID: Full: 0x20520C0000028CC00000550000380CDB Creature/0 R5251/S85 Map: 0 (Eastern Kingdoms) Entry: 2611 (Fozruk) Low: 3673307 PathType: ExactPath
SET @MOVID := 2611;
UPDATE creature SET position_x=-794.5307,position_y=-3187.2886,position_z=82.01707,Orientation=0 WHERE Id IN(@MOVID);
UPDATE creature SET position_x=-794.44659423828125,position_y=-3187.984375,position_z=82.0687255859375,Orientation=1.691089868545532226 WHERE Id IN(@MOVID);
DELETE FROM creature_movement_template WHERE Entry=@MOVID;
INSERT INTO creature_movement_template (Entry, PathId, Point, PositionX, PositionY, PositionZ, Orientation, WaitTime, ScriptId, Comment) VALUES
(@MOVID + 0, 0, '1', '-794.5307', '-3187.2886', '82.01707', '100', '0', '0', NULL),
Expand Down

0 comments on commit d64e646

Please sign in to comment.