fix(DB/Creature)Ashtongue Stormcaller missing interrupt immunity (#21030)
This commit is contained in:
parent
e68faf71fe
commit
f8ea1316c9
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Add interrupt immunity to Ashtongue Stormcaller
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 33554432 WHERE (`entry` = 22846);
|
||||
Loading…
Add table
Add a link
Reference in a new issue