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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index e7cb5b572..8f31a9e0f 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -425,7 +425,7 @@ struct map_session_data;
struct guild_member {
int account_id, char_id;
short hair,hair_color,gender,class_,lv;
- unsigned int exp;
+ uint64 exp;
int exp_payper;
short online,position;
char name[NAME_LENGTH];