Core/Spells: fixed mage Early Frost talent

This commit is contained in:
Ovah
2017-11-30 13:10:23 +00:00
committed by Aokromes
parent 160deedfc6
commit 0640dc97c7
2 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_mage_early_frost';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(83162, 'spell_mage_early_frost'),
(83239, 'spell_mage_early_frost');