mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
fix(DB/SpellCone): remove spell 30213 (Felguard Cleave) — no cone implicit target (#26157)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user