diff options
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index f842c4b0d..205c943c5 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -297,7 +297,8 @@ struct guild_skill { struct guild {
int guild_id;
short guild_lv, connect_member, max_member, average_lv;
- int exp,next_exp,skill_point;
+ unsigned int exp,next_exp;
+ int skill_point;
#ifdef TXT_ONLY
//FIXME: Gotta remove this variable completely, but doing so screws up the format of the txt save file...
int castle_id;
|