From e20e6984dafbf22557a55958dc1ca8fd6b8cd48f Mon Sep 17 00:00:00 2001 From: Xepic90 Date: Fri, 12 Jun 2026 02:20:19 -0400 Subject: [PATCH] =?UTF-8?q?fix(DB/SpellCone):=20remove=20spell=2030213=20(?= =?UTF-8?q?Felguard=20Cleave)=20=E2=80=94=20no=20cone=20implicit=20target?= =?UTF-8?q?=20(#26157)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2026_06_11_03_spell_cone_remove_30213.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/2026_06_11_03_spell_cone_remove_30213.sql diff --git a/data/sql/updates/pending_db_world/2026_06_11_03_spell_cone_remove_30213.sql b/data/sql/updates/pending_db_world/2026_06_11_03_spell_cone_remove_30213.sql new file mode 100644 index 0000000000..7cd4e243de --- /dev/null +++ b/data/sql/updates/pending_db_world/2026_06_11_03_spell_cone_remove_30213.sql @@ -0,0 +1,4 @@ +-- DB update 2026_06_11_02 -> 2026_06_11_03 +-- Spell (ID: 30213) was added to spell_cone in 2026_06_11_02 but does not have +-- a cone implicit target, causing a server warning on startup. +DELETE FROM `spell_cone` WHERE `ID` = 30213;