From ebd23dfbcd320634c549c715d0db685da57752d2 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 18 Jun 2018 00:00:49 +0200 Subject: [PATCH] DB: fixed multibatching error --- sql/updates/world/custom/custom_2018_06_17_04_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/custom/custom_2018_06_17_04_world.sql b/sql/updates/world/custom/custom_2018_06_17_04_world.sql index f0e9cf37ad8..27a7ab7cfb6 100644 --- a/sql/updates/world/custom/custom_2018_06_17_04_world.sql +++ b/sql/updates/world/custom/custom_2018_06_17_04_world.sql @@ -1,4 +1,4 @@ -DELETE FROM `creature_formations` WHERE `leaderGUID` IN (285206, 285203, 339018, 339021, 339012, 304188, 307201, 339541, 339549, 339553, 339565, 339599, 339614, 339632, 339635); +DELETE FROM `creature_formations` WHERE `leaderGUID` IN (285206, 285203, 339018, 339021, 339012, 304188, 307201, 339541, 339549, 339553, 339565, 339599, 339590, 339614, 339632, 339635); INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `groupAI`, `dist`, `angle`) VALUES (285206, 285206, 3, 0, 0), (285206, 286161, 3, 0, 0),