EverWrath/data/sql/updates/pending_db_world/Disarm.sql

3 lines
146 B
SQL

-- Remove Disarm Immunity
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 4 WHERE (`entry` IN (31368, 29306));