Core/Scripts: Add Conjure Refreshment Table script

- Fix Conjure Refreshment for characters above level 85

Closes #13780
This commit is contained in:
Gigi1237
2014-12-28 15:30:32 +00:00
committed by Nayd
parent 483b6ad5a8
commit d51b2c04c8
2 changed files with 69 additions and 3 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=43987;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(43987, 'spell_mage_conjure_refreshment_table');