From 36712df4cf1f7fbc1a78eb4a7afee1630fa4c4be Mon Sep 17 00:00:00 2001 From: dastgir Date: Mon, 7 Jul 2014 00:28:36 -0400 Subject: 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/ --- src/common/mmo.h | 4 ++-- 1 file 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 -- cgit v1.2.3-70-g09d2