mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(DB/Creature): Hellfire Warder Immunities (#17003)
* fix(DB/Creature): Hellfire Warder Immunities * immunities
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user