fix(DB/Creature): Illidari Nightlord remove distract and add banish i… (#20912)

This commit is contained in:
Andrew 2024-12-14 05:47:12 -03:00 committed by GitHub
parent 6f65f5f22b
commit 8fce766627
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 8, `mechanic_immune_mask` = `mechanic_immune_mask`|131072 WHERE `entry` = 22855;