mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-23 20:11:44 +01:00
Forgot to increment NUM_SPELLS --Rumble
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
#define SPELL_WATERWALK 51 /* Reserved Skill[] DO NOT CHANGE */
|
#define SPELL_WATERWALK 51 /* Reserved Skill[] DO NOT CHANGE */
|
||||||
#define SPELL_IDENTIFY 52 /* Reserved Skill[] DO NOT CHANGE */
|
#define SPELL_IDENTIFY 52 /* Reserved Skill[] DO NOT CHANGE */
|
||||||
/** Total Number of defined spells */
|
/** Total Number of defined spells */
|
||||||
#define NUM_SPELLS 51
|
#define NUM_SPELLS 52
|
||||||
|
|
||||||
/* Insert new spells here, up to MAX_SPELLS */
|
/* Insert new spells here, up to MAX_SPELLS */
|
||||||
#define MAX_SPELLS 130
|
#define MAX_SPELLS 130
|
||||||
|
|||||||
Reference in New Issue
Block a user