mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(DB/Creature): Correct Flags for Raging Souls (#15245)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user