From d64e646359ae25a16a62832d10728ed12d71f610 Mon Sep 17 00:00:00 2001 From: killerwife Date: Sun, 12 Jan 2025 21:24:33 +0100 Subject: [PATCH] Add more precision to fozruk spawn --- Updates/0533_fozruk.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Updates/0533_fozruk.sql b/Updates/0533_fozruk.sql index 7b4103b24..125065963 100644 --- a/Updates/0533_fozruk.sql +++ b/Updates/0533_fozruk.sql @@ -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),