fix(DB/Creature): Arcane Anomaly should not be immune to arcane (#16921)
This commit is contained in:
parent
bd9f5a1af2
commit
f05d2a0db0
1 changed files with 2 additions and 0 deletions
2
data/sql/updates/pending_db_world/arcaneanomaly.sql
Normal file
2
data/sql/updates/pending_db_world/arcaneanomaly.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `spell_school_immune_mask` = 0 WHERE (`entry` = 16488);
|
||||
Loading…
Add table
Add a link
Reference in a new issue