diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-11-29 20:12:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-11-29 20:12:02 +0300 |
commit | 9712d4c8820c14d43d5869163722ccda7595a5df (patch) | |
tree | 77e38a0c29295dd91e71d8033b9fcfe002361663 /src/ecommon | |
parent | 51e1c8fd61d0e8270c7502095c73cf58f8beac62 (diff) | |
download | evol-hercules-9712d4c8820c14d43d5869163722ccda7595a5df.tar.gz evol-hercules-9712d4c8820c14d43d5869163722ccda7595a5df.tar.bz2 evol-hercules-9712d4c8820c14d43d5869163722ccda7595a5df.tar.xz evol-hercules-9712d4c8820c14d43d5869163722ccda7595a5df.zip |
Update from hercules.s20171226
Diffstat (limited to 'src/ecommon')
-rw-r--r-- | src/ecommon/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ecommon/init.c b/src/ecommon/init.c index c6f4a2e..668fc11 100644 --- a/src/ecommon/init.c +++ b/src/ecommon/init.c @@ -44,7 +44,7 @@ void commonClean(void) void common_online(void) { - checkVar(MAX_SKILL, 1532); + checkVar(MAX_SKILL_DB, 1532); checkVar(MAX_SKILL_ID, 20022); checkVar(SC_MAX, 658); checkVar(SI_MAX, 971); |