fix(DB/Creature): Kael Phoenix should not be immune to slows (#18502)

This commit is contained in:
Andrew 2024-03-06 07:23:58 -03:00 committed by GitHub
parent 663566af4b
commit 0dc9e54bfc
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` &~ 1024 WHERE `entry` = 21362;