fix(DB/Creature): Kael Phoenix should not be immune to slows (#18502)
This commit is contained in:
parent
663566af4b
commit
0dc9e54bfc
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 1024 WHERE `entry` = 21362;
|
||||
Loading…
Add table
Add a link
Reference in a new issue