fix(DB/Creature): Add taunt immunity to Gurtogg Bloodboil. (#19800)

Init.
This commit is contained in:
Benjamin Jackson
2024-08-30 13:36:18 -04:00
committed by GitHub
parent 40eb616e1f
commit 0bef1e1ee6

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|256 WHERE `entry` = 22948;