From 28a88412801cb86551ef92e1b5942cf0707e7ea2 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 9 Jul 2019 13:01:21 +0200 Subject: [PATCH] DB: fixed another typo --- sql/updates/world/custom/custom_2019_07_09_00_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/custom/custom_2019_07_09_00_world.sql b/sql/updates/world/custom/custom_2019_07_09_00_world.sql index 8c37f939719..c66c66b0d18 100644 --- a/sql/updates/world/custom/custom_2019_07_09_00_world.sql +++ b/sql/updates/world/custom/custom_2019_07_09_00_world.sql @@ -65,7 +65,7 @@ INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `positio (@PATH, 18, -514.628, 1730.98, 49.77023, 0, 0, 0, 0, 100, 0); -- 0x2016FC5B802D8140003C43000016A860 .go xyz -518.523 1710.23 49.82735 -UPDATE `creature` SET `position_x`= -432.307, `position_y`= 1878.55, `position_z`= 46.57799 WHERE `guid`= 291108; +UPDATE `creature` SET `position_x`= -518.523, `position_y`= 1710.23, `position_z`= 49.82735 WHERE `guid`= 291108; DELETE FROM `creature_formations` WHERE `leaderGUID`= 291109; INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES (291109, 291109, 0, 0, 515, 0, 0),