fix(DB/Creature): Remove Fire Immunity from Warlock's Infernal (Inferno Spell)
This commit is contained in:
parent
3d4befd704
commit
c1fd57da76
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue