We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e757e89 commit 574cbb1Copy full SHA for 574cbb1
1 file changed
sql/updates/world/3.3.5/2025_12_11_00_world.sql
@@ -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