fix(DB/Creature) Remove Immune to Distract Flag on M'uru. (#21815)
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
-- Remove Immune to Distract Flag
|
||||||
|
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`& ~8 WHERE (`entry` = 25741);
|
||||||
Reference in New Issue
Block a user