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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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