diff options
author | dastgir <dastgirpojee@rocketmail.com> | 2014-07-07 00:28:36 -0400 |
---|---|---|
committer | dastgir <dastgirpojee@rocketmail.com> | 2014-07-07 00:28:36 -0400 |
commit | 36712df4cf1f7fbc1a78eb4a7afee1630fa4c4be (patch) | |
tree | 1f8621966ff4ea25b8ccbeee467ac7d6358b08e5 /src | |
parent | 79a6bf00d6e91ecdf157b904d82ba8ae92f4d99d (diff) | |
download | hercules-36712df4cf1f7fbc1a78eb4a7afee1630fa4c4be.tar.gz hercules-36712df4cf1f7fbc1a78eb4a7afee1630fa4c4be.tar.bz2 hercules-36712df4cf1f7fbc1a78eb4a7afee1630fa4c4be.tar.xz hercules-36712df4cf1f7fbc1a78eb4a7afee1630fa4c4be.zip |
Follow up to 2e6016f
Increased MAX_SKILL_TREE to comply with WE_CALLPARENT and WE_BABY in Extended Super Novice. issue: 8250 http://hercules.ws/board/tracker/issue-8250-latest-rev-warning/
Diffstat (limited to 'src')
-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 |