Skip to content

Commit 87effd1

Browse files
authored
fix(DB/Creature) Add formation for the the last pack before Kalecgos. (#21735)
1 parent 9520b25 commit 87effd1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
-- Add creature formation for the last pack before Kalecgos
3+
DELETE FROM `creature_formations` WHERE `leaderGUID` = 54834;
4+
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
5+
(54834, 54834, 0, 0, 3, 0, 0),
6+
(54834, 43654, 0, 0, 3, 0, 0),
7+
(54834, 42573, 0, 0, 3, 0, 0),
8+
(54834, 42574, 0, 0, 3, 0, 0),
9+
(54834, 54817, 0, 0, 3, 0, 0),
10+
(54834, 42656, 0, 0, 3, 0, 0);

0 commit comments

Comments
 (0)