chore(DB): import pending files

Referenced commit(s): a8d7b8d736
This commit is contained in:
github-actions[bot]
2024-11-04 15:47:12 +00:00
parent a8d7b8d736
commit 10a048c929

View File

@@ -0,0 +1,10 @@
-- DB update 2024_11_04_07 -> 2024_11_04_08
DELETE FROM `creature_formations` WHERE `leaderGUID` = 42587;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
(42587, 42587, 0, 0, 515),
(42587, 54824, 1.0, 0.0, 515),
(42587, 42640, 1.0, 1.57, 515),
(42587, 54829, 1.0, 3.14, 515),
(42587, 42659, 1.0, 4.71, 515),
(42587, 42586, 1.0, 6.28, 515);