Scripts/Spells: Fixed mage ice block to not heal without aura 320913

Port From (https://github.com/TrinityCore/TrinityCore/commit/7e09deea3a6784c7abd44cb2893ae19dbf95f9f1)
This commit is contained in:
hondacrx
2021-09-08 22:58:55 -04:00
parent 0b3177fc1f
commit efa44234b7
2 changed files with 34 additions and 2 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_ice_block';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(45438,'spell_mage_ice_block');