fix(DB/Creature): Remove wrong MECHANIC_SLOW_ATTACK immunity from cre… (#13700)
fix(DB/Creature): Remove wrong MECHANIC_SLOW_ATTACK immunity from creatures Co-authored-by: ariel- <ariel-@users.noreply.github.com>
This commit is contained in:
parent
5a189b90b5
commit
5dadd5e366
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` & 0xFFFFFF7F;
|
||||
Loading…
Add table
Add a link
Reference in a new issue