fix(DB/Creature) Remove immunity to Disarm from Gal'darah. (#23136)
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
-- Remove Disarm Immunity
|
||||||
|
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 4 WHERE (`entry` IN (31368, 29306));
|
||||||
Reference in New Issue
Block a user