summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-20 05:16:09 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-21 20:21:20 +0300
commitd6c996ae31d1875950783ecf25f055975281150d (patch)
treed614b936df1bab97483ed801297be6f696662ded /src/common/mmo.h
parent7cbd35644b73f254fc976070cd1e993aa43a7cfc (diff)
downloadhercules-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/mmo.h')
-rw-r--r--src/common/mmo.h2
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;