mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(Creature/Formations) Volatile Fiend Packs now are in formation. (#21750)
This commit is contained in:
20
data/sql/updates/pending_db_world/Volatile_Fiend_Packs.sql
Normal file
20
data/sql/updates/pending_db_world/Volatile_Fiend_Packs.sql
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
-- Pack after Eredar Twins
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 47607;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(47607, 47607, 0, 0, 3, 0, 0),
|
||||
(47607, 47313, 0, 0, 3, 0, 0),
|
||||
(47607, 47471, 0, 0, 3, 0, 0),
|
||||
(47607, 47768, 0, 0, 3, 0, 0),
|
||||
(47607, 47608, 0, 0, 3, 0, 0),
|
||||
(47607, 47769, 0, 0, 3, 0, 0);
|
||||
|
||||
-- Pack before M'uru
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 47470;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(47470, 47470, 0, 0, 3, 0, 0),
|
||||
(47470, 47475, 0, 0, 3, 0, 0),
|
||||
(47470, 47578, 0, 0, 3, 0, 0),
|
||||
(47470, 47875, 0, 0, 3, 0, 0),
|
||||
(47470, 47897, 0, 0, 3, 0, 0),
|
||||
(47470, 47884, 0, 0, 3, 0, 0);
|
||||
Reference in New Issue
Block a user