fix(DB/Creature): Give Enraged Soul triggers the trigger flag (#15223)

This commit is contained in:
Christopher Galbraith
2023-02-28 04:25:41 +00:00
committed by GitHub
parent 725aa27d7e
commit 17b23a41c6

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|128 WHERE `entry` IN (21073, 21097, 21116);