fix(DB/Creature): Aqueous Lord formation behaviour (#19064)
fix(DB/Formations): Aqueous Spawn formation behaviour
This commit is contained in:
parent
85a2812dbc
commit
28fae60efc
1 changed files with 9 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue