Skip to content

Commit 574cbb1

Browse files
authored
DB/Creature: Remove Gal'darah disarm immunity
closes #31559 by azerothcore
1 parent e757e89 commit 574cbb1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Remove Gal'darah disarm immunity
2+
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~4 WHERE `entry` IN (31368, 29306);

0 commit comments

Comments
 (0)