mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-24 03:00:13 +01:00
Forgot to increment NUM_SPELLS --Rumble
This commit is contained in:
parent
018e07b76e
commit
73ecd212a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue