fix(DB/Creature): Fleshbeasts formations (#19172)

fix(DB/Formations): Link Fleshbeasts
This commit is contained in:
avarishd
2024-06-26 23:32:03 +03:00
committed by GitHub
parent 968b0e0e8f
commit ca207558a4

View File

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