fix(DB/Formations): Drakkari Colossus will now call help from Drakkari Golems (#23064)
This commit is contained in:
parent
297c88468c
commit
35e267393f
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue