diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-24 16:02:26 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-24 16:02:26 +0000 |
commit | 4c54aa497dbee8f68c4f611015b3e28dc7a263d9 (patch) | |
tree | 446df62cd9646cbc3f0b1c71f77b7998bccf4bf9 /src/common/mmo.h | |
parent | 81601053b3df92c13a9bc0bd679b49369b2cf788 (diff) | |
download | hercules-4c54aa497dbee8f68c4f611015b3e28dc7a263d9.tar.gz hercules-4c54aa497dbee8f68c4f611015b3e28dc7a263d9.tar.bz2 hercules-4c54aa497dbee8f68c4f611015b3e28dc7a263d9.tar.xz hercules-4c54aa497dbee8f68c4f611015b3e28dc7a263d9.zip |
- Fixed skill problems (who did this? Mercenary skills values are big than homunculus).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13124 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-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 4d8375cf6..6be0fab19 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -30,7 +30,7 @@ #define MAX_ZENY 1000000000 #define MAX_FAME 1000000000 #define MAX_CART 100 -#define MAX_SKILL 1040 +#define MAX_SKILL 1020 #define GLOBAL_REG_NUM 96 #define ACCOUNT_REG_NUM 64 #define ACCOUNT_REG2_NUM 16 |