summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorjaBote <j@bot.e>2013-04-29 01:22:05 +0200
committerjaBote <j@bot.e>2013-04-29 01:22:05 +0200
commitf41dea469a52213acfde4f4ea5e8d7bbbd869bed (patch)
treefabe610d2557f7274f667a9a17a84a4ff35c072a /src/common/mmo.h
parentb9431998463f5c072bdd38df18bbb6210c7e3297 (diff)
parent53e5fbb299a72bbdab9859e948aca3b355afeb1a (diff)
downloadhercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.tar.gz
hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.tar.bz2
hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.tar.xz
hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index e19c8f94d..7bbcd65cd 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -79,7 +79,8 @@
#define MAX_ZENY 1000000000
#define MAX_FAME 1000000000
#define MAX_CART 100
-#define MAX_SKILL 3100
+#define MAX_SKILL 1460
+#define MAX_SKILL_ID 10015 //[Ind/Hercules] max used skill id
#define GLOBAL_REG_NUM 256 // max permanent character variables per char
#define ACCOUNT_REG_NUM 64 // max permanent local account variables per account
#define ACCOUNT_REG2_NUM 16 // max permanent global account variables per account