mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
fix(DB/Creature) Remove Immune to Distract Flag on M'uru. (#21815)
This commit is contained in:
3
data/sql/updates/pending_db_world/Muru_distract.sql
Normal file
3
data/sql/updates/pending_db_world/Muru_distract.sql
Normal file
@@ -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