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

This commit is contained in:
Shauren
2021-09-05 15:58:30 +02:00
parent c07b9188df
commit 7e09deea3a
2 changed files with 37 additions and 2 deletions

View File

@@ -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');