diff options
author | Dastgir Pojee <dastgirp@gmail.com> | 2016-10-03 20:23:27 +0530 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:25:34 +0200 |
commit | 5c81797935051a58c1501d6ec003874c7cace17d (patch) | |
tree | 3bfadf9407951e6d07e1e42955ce0a67ee83348b | |
parent | 5a40d2dee1ecb45812836a826f9702d073975d70 (diff) | |
download | hercules-5c81797935051a58c1501d6ec003874c7cace17d.tar.gz hercules-5c81797935051a58c1501d6ec003874c7cace17d.tar.bz2 hercules-5c81797935051a58c1501d6ec003874c7cace17d.tar.xz hercules-5c81797935051a58c1501d6ec003874c7cace17d.zip |
Increases MAX_SKILL to occupy Summoner Skills
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 4dd19d422..93151d3ca 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -131,7 +131,7 @@ #define MAX_FAME 1000000000 #define MAX_CART 100 #ifndef MAX_SKILL -#define MAX_SKILL 1478 +#define MAX_SKILL 1510 #endif #ifndef MAX_SKILL_ID #define MAX_SKILL_ID 10015 // [Ind/Hercules] max used skill ID |