aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2022-07-14 00:32:03 +0300
committerShauren <shauren.trinity@gmail.com>2022-09-05 21:04:38 +0200
commitb160ba206148c0ce32c543e585caa60f693ba5e1 (patch)
tree645ec8c5ed148200db2b8c9c997e0db80307db21 /sql
parentab5af2b37aaba92d639865a73ead82603ad25d96 (diff)
Scripts/Spells: Great/Fish/Gigantic/Small/Bountiful Feast (#28114)
(cherry picked from commit 9a9edb4dfe60f574b33c705c79fca29e278e2384)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_09_05_21_world_2022_07_13_01_world.sql20
1 files changed, 20 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_05_21_world_2022_07_13_01_world.sql b/sql/updates/world/master/2022_09_05_21_world_2022_07_13_01_world.sql
new file mode 100644
index 00000000000..4531f8c091a
--- /dev/null
+++ b/sql/updates/world/master/2022_09_05_21_world_2022_07_13_01_world.sql
@@ -0,0 +1,20 @@
+--
+DELETE FROM `spell_scripts` WHERE `id` IN (57337,57397,58466,58475,66477);
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN (
+'spell_item_great_feast',
+'spell_item_fish_feast',
+'spell_item_gigantic_feast',
+'spell_item_small_feast',
+'spell_item_bountiful_feast',
+'spell_gen_feast');
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(57301,'spell_item_great_feast'),
+(57426,'spell_item_fish_feast'),
+(58465,'spell_item_gigantic_feast'),
+(58474,'spell_item_small_feast'),
+(66476,'spell_item_bountiful_feast'),
+(57337,'spell_gen_feast'),
+(57397,'spell_gen_feast'),
+(58466,'spell_gen_feast'),
+(58475,'spell_gen_feast'),
+(66477,'spell_gen_feast');