diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-20 05:16:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-21 20:21:20 +0300 |
commit | d6c996ae31d1875950783ecf25f055975281150d (patch) | |
tree | d614b936df1bab97483ed801297be6f696662ded /src/common | |
parent | 7cbd35644b73f254fc976070cd1e993aa43a7cfc (diff) | |
download | hercules-d6c996ae31d1875950783ecf25f055975281150d.tar.gz hercules-d6c996ae31d1875950783ecf25f055975281150d.tar.bz2 hercules-d6c996ae31d1875950783ecf25f055975281150d.tar.xz hercules-d6c996ae31d1875950783ecf25f055975281150d.zip |
Change char server packets for 20170830 and newer clients.
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 85e0a83ae..fe67d6efb 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -593,7 +593,7 @@ struct mmo_charstatus { int mother; int child; - unsigned int base_exp,job_exp; + uint64 base_exp, job_exp; int zeny; int bank_vault; |