diff options
Diffstat (limited to 'src/common')
-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 ab9fd6dd7..99fb76c40 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -181,7 +181,7 @@ struct mmo_charstatus { int zeny;
short class_;
- short status_point,skill_point;
+ unsigned short status_point,skill_point;
int hp,max_hp,sp,max_sp;
short option,manner;
unsigned char karma;
|