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