We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9520b25 commit 87effd1Copy full SHA for 87effd1
data/sql/updates/pending_db_world/CF_pack.sql
@@ -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