From 52af034225e12c5b4d0c9fc437dad3d409b66d5e Mon Sep 17 00:00:00 2001 From: Mykhailo Redko Date: Mon, 10 Feb 2025 15:57:11 +0200 Subject: Core/Spells: Added missing DBC data for some food effects. (#30679) --- sql/updates/world/3.3.5/2025_02_10_00_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_02_10_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3