diff --git a/src/spells.h b/src/spells.h index 89b214d..437f9db 100644 --- a/src/spells.h +++ b/src/spells.h @@ -91,7 +91,7 @@ #define SPELL_WATERWALK 51 /* Reserved Skill[] DO NOT CHANGE */ #define SPELL_IDENTIFY 52 /* Reserved Skill[] DO NOT CHANGE */ /** Total Number of defined spells */ -#define NUM_SPELLS 51 +#define NUM_SPELLS 52 /* Insert new spells here, up to MAX_SPELLS */ #define MAX_SPELLS 130