fix(DB/Creature): Remove Fire Immunity from Warlock's Infernal (Inferno Spell)

This commit is contained in:
markvetx
2021-07-23 19:41:06 +00:00
committed by GitHub
parent 3d4befd704
commit c1fd57da76

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626462644022857380');
UPDATE `creature_template` SET `spell_school_immune_mask` = 0 WHERE `entry` = 89;