From 9a9edb4dfe60f574b33c705c79fca29e278e2384 Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Thu, 14 Jul 2022 00:32:03 +0300 Subject: Scripts/Spells: Great/Fish/Gigantic/Small/Bountiful Feast (#28114) --- sql/updates/world/3.3.5/2022_07_13_01_world.sql | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_07_13_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2022_07_13_01_world.sql b/sql/updates/world/3.3.5/2022_07_13_01_world.sql new file mode 100644 index 00000000000..4531f8c091a --- /dev/null +++ b/sql/updates/world/3.3.5/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'); -- cgit v1.2.3