chore(DB): import pending files

Referenced commit(s): 8f2ca7c694
This commit is contained in:
AzerothCoreBot
2022-07-25 12:58:59 +00:00
parent 8f2ca7c694
commit 9907bdfc00

View File

@@ -0,0 +1,11 @@
-- DB update 2022_07_25_00 -> 2022_07_25_01
DELETE FROM `creature_formations` WHERE `leaderguid` IN (144488, 144486, 144484, 144483);
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(144488, 144488, 0, 0, 3, 0, 0),
(144488, 144489, 0, 0, 3, 0, 0),
(144486, 144486, 0, 0, 3, 0, 0),
(144486, 144487, 0, 0, 3, 0, 0),
(144484, 144484, 0, 0, 3, 0, 0),
(144484, 144485, 0, 0, 3, 0, 0),
(144483, 144483, 0, 0, 3, 0, 0),
(144483, 144482, 0, 0, 3, 0, 0);