diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2022-07-14 00:32:03 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-14 00:32:03 +0300 |
| commit | 9a9edb4dfe60f574b33c705c79fca29e278e2384 (patch) | |
| tree | 7c3d3676e2482ddcde6369e861edc3253ca4cd0d /sql | |
| parent | a041ac4677d415a86954d8f2b859fc31d21c2a0b (diff) | |
Scripts/Spells: Great/Fish/Gigantic/Small/Bountiful Feast (#28114)
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'); |
