mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Formations): Drakkari Colossus will now call help from Drakkari Golems (#23064)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
DELETE FROM `creature_formations` WHERE (`leaderGUID` = 127046);
|
||||||
|
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||||
|
(127046, 127046, 0, 0, 1, 0, 0),
|
||||||
|
(127046, 127080, 0, 0, 1, 0, 0),
|
||||||
|
(127046, 127081, 0, 0, 1, 0, 0);
|
||||||
Reference in New Issue
Block a user