fix(DB/Creature): Correct Flags for Raging Souls (#15245)
This commit is contained in:
parent
30c19a56e5
commit
5cc5b3522d
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Detected build: V3_4_0_46368
|
||||
UPDATE `creature_template` SET `unit_flags` = 33554688 WHERE (`entry` = 18778);
|
||||
UPDATE `creature_template` SET `unit_flags` = 33555200 WHERE (`entry` = 18726);
|
||||
Loading…
Add table
Add a link
Reference in a new issue