fix db errors
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s

This commit is contained in:
luis
2026-08-23 02:39:03 -03:00
parent 1274a0f657
commit 2468810cf3
@@ -0,0 +1,6 @@
-- Remove invalid spell_target_position entries that don't have proper target types
-- These spells (91576, 99511) have entries in spell_target_position but don't have
-- TARGET_DEST_DB (17), TARGET_DEST_NEARBY_DB (106), or TARGET_DEST_NEARBY_ENTRY_OR_DB (142) targets
-- These entries are not in the base SQL files and appear to be invalid data
DELETE FROM `spell_target_position` WHERE `ID` IN (91576, 99511);