fix(DB/Creature) Add formation for the the last pack before Kalecgos. (#21735)

This commit is contained in:
Rocco Silipo
2025-03-19 23:43:09 +01:00
committed by GitHub
parent 9520b25155
commit 87effd1841

View File

@@ -0,0 +1,10 @@
-- Add creature formation for the last pack before Kalecgos
DELETE FROM `creature_formations` WHERE `leaderGUID` = 54834;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(54834, 54834, 0, 0, 3, 0, 0),
(54834, 43654, 0, 0, 3, 0, 0),
(54834, 42573, 0, 0, 3, 0, 0),
(54834, 42574, 0, 0, 3, 0, 0),
(54834, 54817, 0, 0, 3, 0, 0),
(54834, 42656, 0, 0, 3, 0, 0);