fix(DB/Creature): Boneschewer removal of Distract immuninty (#20670)
This commit is contained in:
parent
4b47a7fb4b
commit
b23bad6be8
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
-- fix(db/Creature) - Bonechewer Behemoth isn't immune to Distract anymore
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 8 WHERE `entry` = 23196;
|
||||
Loading…
Add table
Add a link
Reference in a new issue