summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
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 d0d4685e2..04ea008bc 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -175,7 +175,8 @@ struct mmo_charstatus {
int mother;
int child;
- int base_exp,job_exp,zeny;
+ unsigned int base_exp,job_exp;
+ int zeny;
short class_;
short status_point,skill_point;