mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature) Remove immunity to Disarm from Gal'darah. (#23136)
This commit is contained in:
3
data/sql/updates/pending_db_world/Disarm.sql
Normal file
3
data/sql/updates/pending_db_world/Disarm.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Remove Disarm Immunity
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 4 WHERE (`entry` IN (31368, 29306));
|
||||
Reference in New Issue
Block a user