fix(DB/Creature): Aqueous Lord formation behaviour (#19064)

fix(DB/Formations): Aqueous Spawn formation behaviour
This commit is contained in:
Andrew
2024-06-15 13:29:01 -03:00
committed by GitHub
parent 85a2812dbc
commit 28fae60efc

View File

@@ -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);