Core/Spells: fixed Runic Empowerment

*fixed Runic Corruption
This commit is contained in:
Ovahlord
2018-03-21 15:56:20 +01:00
parent f2825615dd
commit b3ca7e98c2
3 changed files with 111 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
-- Icy Touch
UPDATE `spell_bonus_data` SET `ap_bonus`= 0.2 WHERE `entry`= 45477;
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dk_runic_empowerment';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(81229, 'spell_dk_runic_empowerment');