Core/Spells: Convert Replenishment in spell script

This commit is contained in:
Vincent-Michael
2012-11-30 18:27:34 +01:00
parent d6aee08621
commit ddb6c95042
4 changed files with 68 additions and 16 deletions
@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (57669,61782);
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(57669,'spell_gen_replenishment'),
(61782,'spell_gen_replenishment');