diff options
author | technote24 <technote24@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-08 23:41:53 +0000 |
---|---|---|
committer | technote24 <technote24@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-08 23:41:53 +0000 |
commit | 68c4c735455439e9c849b4c81d8a598e76d90c57 (patch) | |
tree | fd83ed067839c593e21d83370daa404562dd1c62 /src/common | |
parent | 305303ce8e4f18c2a57b5ea846cf5b7992ade4d6 (diff) | |
download | hercules-68c4c735455439e9c849b4c81d8a598e76d90c57.tar.gz hercules-68c4c735455439e9c849b4c81d8a598e76d90c57.tar.bz2 hercules-68c4c735455439e9c849b4c81d8a598e76d90c57.tar.xz hercules-68c4c735455439e9c849b4c81d8a598e76d90c57.zip |
=General
*Added some jobs with ID's and MAPID's masks to prepare for the adding of more jobs in const.txt
*Fixed a typo on JOBL_THIRD check in const.txt
*Added all currently known tags and ID's support for NPC's, skills, status, and units.
*Changed SI_SITTING to official name SI_SIT.
*Increased MAX_SKILL to 3040.
=NPC
*Corrected a typo in the jobmaster script.
-Fixed required job level for changing to 3rd to 50.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15836 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-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 7268982d7..543757e5e 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -79,7 +79,7 @@ #define MAX_ZENY 1000000000 #define MAX_FAME 1000000000 #define MAX_CART 100 -#define MAX_SKILL 2540 +#define MAX_SKILL 3040 #define GLOBAL_REG_NUM 256 #define ACCOUNT_REG_NUM 64 #define ACCOUNT_REG2_NUM 16 |