diff options
author | Haru <haru@dotalux.com> | 2017-09-22 00:13:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 00:13:15 +0200 |
commit | 46f5d10a555785899c04eda74e21922e92a2fb5b (patch) | |
tree | 934ec81ed964a7409ad2ba73616210f3cdf12389 /src/common/mmo.h | |
parent | 7cbd35644b73f254fc976070cd1e993aa43a7cfc (diff) | |
parent | ee666f0279bca6dab137a8a8199665b7a4e7f8d8 (diff) | |
download | hercules-46f5d10a555785899c04eda74e21922e92a2fb5b.tar.gz hercules-46f5d10a555785899c04eda74e21922e92a2fb5b.tar.bz2 hercules-46f5d10a555785899c04eda74e21922e92a2fb5b.tar.xz hercules-46f5d10a555785899c04eda74e21922e92a2fb5b.zip |
Merge pull request #1844 from 4144/newpackets
Add packets for almost all 2014-2017 clients
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 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; |