fix db errors
This commit is contained in:
@@ -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);
|
||||||
Reference in New Issue
Block a user