fix(DB/Formations): Drakkari Colossus will now call help from Drakkari Golems (#23064)

This commit is contained in:
blinkysc
2025-09-29 19:39:17 -05:00
committed by GitHub
parent 297c88468c
commit 35e267393f

View File

@@ -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);