fix(DB/Creature): Fix Zul'jin formations (#20781)

This commit is contained in:
Andrew
2024-11-30 17:22:28 -03:00
committed by GitHub
parent bef9e46e9b
commit 7d3b3ae72f

View File

@@ -0,0 +1,12 @@
--
DELETE FROM `creature_formations` WHERE `leaderGUID` = 89358;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
(89358, 89358, 0, 0, 27),
(89358, 12923, 0, 0, 27),
(89358, 12924, 0, 0, 27),
(89358, 9252, 0, 0, 27),
(89358, 4915, 0, 0, 27),
(89358, 12922, 0, 0, 27),
(89358, 12404, 0, 0, 27),
(89358, 11906, 0, 0, 27),
(89358, 10560, 0, 0, 27);