fix(DB/Creature) Remove immunity to Disarm from Gal'darah. (#23136)
This commit is contained in:
parent
43d46de681
commit
bfe2cbc9c7
1 changed files with 3 additions and 0 deletions
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));
|
||||
Loading…
Add table
Add a link
Reference in a new issue