fix(Core/Spell): Eye of Gruul healing discount spell (#1913)

This commit is contained in:
GMKyle
2019-11-05 01:53:32 -05:00
committed by Stoabrogga
parent 4899a7b11d
commit 26998d36bb
3 changed files with 74 additions and 39 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1559162254925218831');
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_item_healing_discount' AND `spell_id`=37705;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(37705, 'spell_item_eye_of_gruul_healing_discount');