fix(DB/Creature): Arcane Anomaly should not be immune to arcane (#16921)

This commit is contained in:
Maria-sequel 2023-08-06 17:41:45 +02:00 committed by GitHub
parent bd9f5a1af2
commit f05d2a0db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `spell_school_immune_mask` = 0 WHERE (`entry` = 16488);