fix(DB/Creature): Bonechewer Taskmaster taunt immunity (#19098)

This commit is contained in:
Andrew 2024-06-20 14:23:20 -03:00 committed by GitHub
parent 5ae543ef04
commit 81ac2a584f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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