fix(Core/Spell): Eye of Gruul healing discount spell (#1913)
This commit is contained in:
parent
4899a7b11d
commit
26998d36bb
3 changed files with 74 additions and 39 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue