diff options
-rw-r--r-- | src/common/mmo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index fb7bd8963..8e57eee85 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -110,8 +110,8 @@ #define MAX_CART 100 #define MAX_SKILL 1478 #define MAX_SKILL_ID 10015 // [Ind/Hercules] max used skill ID -// Update this max as necessary. 85 is the value needed for Expanded Super Novice. -#define MAX_SKILL_TREE 85 +// Update this max as necessary. 86 is the value needed for Expanded Super Novice. +#define MAX_SKILL_TREE 86 #define DEFAULT_WALK_SPEED 150 #define MIN_WALK_SPEED 20 /* below 20 clips animation */ #define MAX_WALK_SPEED 1000 |