fix(DB/Creature): Vashj's Enchanted Elementals knockback immunity (#18132)

This commit is contained in:
Andrew 2024-01-08 04:05:57 -03:00 committed by GitHub
parent e9ab01cc3b
commit ffe8076d0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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