diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2014-01-24 19:48:15 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2014-01-24 19:48:15 +0100 |
| commit | bdc150ebbd06e5f83b893d3771677f2e670c87d5 (patch) | |
| tree | 872387f313b65d6b5a0073042cda255c1934ab44 /sql | |
| parent | a5ade26fa0b1771d7adaf8c3ca8631421e8f670b (diff) | |
Core/Spells: Move Pilgrims Bounty BuffFood in AuraScript
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_01_24_00_world_spell_script_names_434.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_24_00_world_spell_script_names_434.sql b/sql/updates/world/2014_01_24_00_world_spell_script_names_434.sql new file mode 100644 index 00000000000..51030a39a85 --- /dev/null +++ b/sql/updates/world/2014_01_24_00_world_spell_script_names_434.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 |
