From 79a6bf00d6e91ecdf157b904d82ba8ae92f4d99d Mon Sep 17 00:00:00 2001 From: panikon Date: Sun, 6 Jul 2014 18:38:16 -0300 Subject: Fixed issue with getlook Follow up to 2e6016f, increased MAX_SKILL_TREE in order to fit WE_BABY in Expanded Super Novice --- src/common/mmo.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index 6ef5b50f5..fb7bd8963 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -110,9 +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. 55 is the value needed for Super Baby currently -//Raised to 84 since Expanded Super Novice needs it. -#define MAX_SKILL_TREE 84 +// Update this max as necessary. 85 is the value needed for Expanded Super Novice. +#define MAX_SKILL_TREE 85 #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