fix(DB/Creature): Hellfire Warder Immunities (#17003)
* fix(DB/Creature): Hellfire Warder Immunities * immunities
This commit is contained in:
parent
e9e2176fb3
commit
c63c383f7a
1 changed files with 2 additions and 0 deletions
2
data/sql/updates/pending_db_world/warder.sql
Normal file
2
data/sql/updates/pending_db_world/warder.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|256|8388608 WHERE `entry` = 18829;
|
||||
Loading…
Add table
Add a link
Reference in a new issue