fix(DB/Creature): Correct Flags for Raging Souls (#15245)

This commit is contained in:
Gultask
2023-03-04 17:36:18 -03:00
committed by GitHub
parent 30c19a56e5
commit 5cc5b3522d

View File

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