Forgot to increment NUM_SPELLS --Rumble

This commit is contained in:
Rumble 2009-12-24 11:39:33 +00:00
parent 018e07b76e
commit 73ecd212a0

View file

@ -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