fix(DB/Creature): Boneschewer removal of Distract immuninty (#20670)

This commit is contained in:
FlyingArowana 2024-11-22 12:25:40 +00:00 committed by GitHub
parent 4b47a7fb4b
commit b23bad6be8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;