fix(DB/Formations): First Blood Elf packs are not linked properly. (#20405)

* Fix(SQL): First Blood Elf packs are not linked properly.

* Update rev_1730520438291701981.sql
This commit is contained in:
IntelligentQuantum
2024-11-04 04:08:42 +03:30
committed by GitHub
parent 281316403e
commit 8b6dfad54d

View File

@@ -0,0 +1,15 @@
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);