chore(DB): import pending files

Referenced commit(s): 8b6dfad54d
This commit is contained in:
github-actions[bot]
2024-11-04 00:39:40 +00:00
parent 3c6273a9dd
commit 86da9ca041
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- DB update 2024_11_04_04 -> 2024_11_04_05
DELETE FROM `creature_formations` WHERE `leaderGUID` = 41817;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
(41817, 41817, 0, 0, 515),
(41817, 42661, 1.0, 0.0, 515),
(41817, 54838, 1.0, 1.57, 515),
(41817, 42595, 1.0, 3.14, 515),
(41817, 43739, 1.0, 4.71, 515);

View File

@@ -0,0 +1,16 @@
-- DB update 2024_11_04_05 -> 2024_11_04_06
DELETE FROM `creature_formations` WHERE `leaderGUID` IN (42583, 42588);
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
(42583, 42583, 0, 0, 515),
(42583, 42645, 1.0, 0.0, 515),
(42583, 54992, 1.0, 1.57, 515),
(42583, 54823, 1.0, 3.14, 515),
(42583, 42871, 1.0, 4.71, 515),
(42583, 54822, 1.0, 6.28, 515),
(42588, 42588, 0, 0, 515),
(42588, 42874, 1.0, 0.0, 515),
(42588, 54821, 1.0, 1.57, 515),
(42588, 54831, 1.0, 3.14, 515),
(42588, 54828, 1.0, 4.71, 515),
(42588, 54860, 1.0, 6.28, 515);