mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Creature) Add formation for the the last pack before Kalecgos. (#21735)
This commit is contained in:
10
data/sql/updates/pending_db_world/CF_pack.sql
Normal file
10
data/sql/updates/pending_db_world/CF_pack.sql
Normal 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);
|
||||
Reference in New Issue
Block a user