fix(DB/SpellCone): remove spell 30213 (Felguard Cleave) — no cone implicit target (#26157)

This commit is contained in:
Xepic90
2026-06-12 02:20:19 -04:00
committed by GitHub
parent e8e0f7c9b7
commit e20e6984da
@@ -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;