From 65dfd602796c1a65ae2c2e9b80619b928695bd36 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Fri, 23 May 2025 23:11:40 +0300 Subject: [PATCH] Fix(DB/Spells): Hallows End candies should not give Well Fed buff. (#22141) Co-authored-by: UltraNix <80540499+UltraNix@users.noreply.github.com> Hallowe'en / hallow's end candy no longer gives you a food buff. --- data/sql/updates/pending_db_world/rev_1747545214266936100.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1747545214266936100.sql diff --git a/data/sql/updates/pending_db_world/rev_1747545214266936100.sql b/data/sql/updates/pending_db_world/rev_1747545214266936100.sql new file mode 100644 index 000000000..8c5c4d4d7 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1747545214266936100.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=24707;