mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(DB/Creature): Fix Zul'jin formations (#20781)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user