fix(DB/Creature): Fix Zul'jin formations (#20781)
This commit is contained in:
parent
bef9e46e9b
commit
7d3b3ae72f
1 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
--
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 89358;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
|
||||
(89358, 89358, 0, 0, 27),
|
||||
(89358, 12923, 0, 0, 27),
|
||||
(89358, 12924, 0, 0, 27),
|
||||
(89358, 9252, 0, 0, 27),
|
||||
(89358, 4915, 0, 0, 27),
|
||||
(89358, 12922, 0, 0, 27),
|
||||
(89358, 12404, 0, 0, 27),
|
||||
(89358, 11906, 0, 0, 27),
|
||||
(89358, 10560, 0, 0, 27);
|
||||
Loading…
Add table
Add a link
Reference in a new issue