mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
fix(DB/Creature): Fleshbeasts formations (#19172)
fix(DB/Formations): Link Fleshbeasts
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` IN (135858,135854,135856,135853,135860);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(135858, 135858, 0, 0, 3, 0, 0),
|
||||
(135858, 135859, 0, 0, 3, 0, 0),
|
||||
(135854, 135854, 0, 0, 3, 0, 0),
|
||||
(135854, 135855, 0, 0, 3, 0, 0),
|
||||
(135856, 135856, 0, 0, 3, 0, 0),
|
||||
(135856, 135857, 0, 0, 3, 0, 0),
|
||||
(135853, 135853, 0, 0, 3, 0, 0),
|
||||
(135853, 135852, 0, 0, 3, 0, 0),
|
||||
(135860, 135860, 0, 0, 3, 0, 0),
|
||||
(135860, 135861, 0, 0, 3, 0, 0);
|
||||
Reference in New Issue
Block a user