fix(DB/Creature): Shadow Demon knockback immunity (#20368)

This commit is contained in:
Andrew 2024-10-31 17:59:58 -03:00 committed by GitHub
parent c06cadfe75
commit 6a7163e6c6
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`|1073741824 WHERE `entry` = 23375;