fix(DB/Creature): Hand of the Deceiver is no longer immune to silence and stun. (#21890)
This commit is contained in:
parent
7cc26e44c1
commit
52aa16d3cf
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
-- Remove Stun and Silence immunities
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`& ~ (256|2048) WHERE (`entry` = 25588);
|
||||
Loading…
Add table
Add a link
Reference in a new issue