mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/Creature): Aqueous Lord formation behaviour (#19064)
fix(DB/Formations): Aqueous Spawn formation behaviour
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
--
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 148062;
|
||||
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|33554432 WHERE `entry` = 22878;
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 148063;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
|
||||
(148063, 148063, 0, 0, 11),
|
||||
(148063, 148064, 0, 0, 11);
|
||||
Reference in New Issue
Block a user