This commit is contained in:
luis
2026-08-23 01:43:13 -03:00
parent e2e4aa345b
commit e5e1c6eede
@@ -0,0 +1,8 @@
-- Fix incorrect creature_template_spell indices that exceed MAX_CREATURE_SPELLS (8)
-- The system only supports indices 0-7, but entries with indices 8+ were added
-- These entries are not loaded and cause error messages
DELETE FROM `creature_template_spell` WHERE `CreatureID` IN (
244669, 244670, 244671, 244672, 244674, 244675, 244676, 244677,
244682, 244683, 244685, 244695, 257072
) AND `Index` >= 8;