Core/Spells: Move Pilgrims Bounty BuffFood in AuraScript

This commit is contained in:
Vincent_Michael
2014-01-24 19:48:15 +01:00
parent a5ade26fa0
commit bdc150ebbd
3 changed files with 74 additions and 15 deletions

View File

@@ -0,0 +1,13 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN (
'spell_gen_slow_roasted_turkey',
'spell_gen_cranberry_chutney',
'spell_gen_spice_bread_stuffing',
'spell_gen_pumpkin_pie',
'spell_gen_candied_sweet_potato'
);
INSERT INTO `spell_script_names` (`spell_id` ,`ScriptName`) VALUES
(65422, 'spell_gen_slow_roasted_turkey'), -- Slow-Roasted Turkey
(65420, 'spell_gen_cranberry_chutney'), -- Cranberry Chutney
(65419, 'spell_gen_spice_bread_stuffing'), -- Spice Bread Stuffing
(65421, 'spell_gen_pumpkin_pie'), -- Pumpkin Pie
(65418, 'spell_gen_candied_sweet_potato'); -- Candied Sweet Potato