diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2022_07_13_01_world.sql | 20 |
1 files changed, 20 insertions, 0 deletions
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'); |
