aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2014-01-24 19:48:15 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2014-01-25 16:28:29 +0100
commitc6650ecc7197aab566b30d74f42aff7e2be52bdd (patch)
tree1e2ad3daf00c0b1c31cad4fc0f1238bfff4a3b9f /sql
parentdcc20a7911bc865c4ba7a89e3969ca5df0867e0c (diff)
Core/Spells: Move Pilgrims Bounty BuffFood in AuraScript (mimimi)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_01_24_00_world_spell_script_name.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_24_00_world_spell_script_name.sql b/sql/updates/world/2014_01_24_00_world_spell_script_name.sql
new file mode 100644
index 00000000000..51030a39a85
--- /dev/null
+++ b/sql/updates/world/2014_01_24_00_world_spell_script_name.sql
@@ -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