mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
DB: fixed multibatching error
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user