diff options
| author | Mykhailo Redko <ovitnez@gmail.com> | 2025-02-10 15:57:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-10 14:57:11 +0100 |
| commit | 52af034225e12c5b4d0c9fc437dad3d409b66d5e (patch) | |
| tree | 489662174df3cf8a0da1516e2dc837a9734a66bf /sql/updates | |
| parent | a5d4c460035ee3fa338879c5326aa68ee786c98c (diff) | |
Core/Spells: Added missing DBC data for some food effects. (#30679)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2025_02_10_00_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_02_10_00_world.sql b/sql/updates/world/3.3.5/2025_02_10_00_world.sql new file mode 100644 index 00000000000..2fb1141b500 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_02_10_00_world.sql @@ -0,0 +1,10 @@ +-- +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' +); + +DELETE FROM `spell_linked_spell` WHERE `spell_effect` = 24870; |
