chore(DB): import pending files

Referenced commit(s): ca207558a4
This commit is contained in:
github-actions[bot]
2024-06-26 20:32:56 +00:00
parent ca207558a4
commit 6be2e582a2

View File

@@ -0,0 +1,14 @@
-- DB update 2024_06_26_03 -> 2024_06_26_04
--
DELETE FROM `creature_formations` WHERE `leaderGUID` IN (135858,135854,135856,135853,135860);
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(135858, 135858, 0, 0, 3, 0, 0),
(135858, 135859, 0, 0, 3, 0, 0),
(135854, 135854, 0, 0, 3, 0, 0),
(135854, 135855, 0, 0, 3, 0, 0),
(135856, 135856, 0, 0, 3, 0, 0),
(135856, 135857, 0, 0, 3, 0, 0),
(135853, 135853, 0, 0, 3, 0, 0),
(135853, 135852, 0, 0, 3, 0, 0),
(135860, 135860, 0, 0, 3, 0, 0),
(135860, 135861, 0, 0, 3, 0, 0);