- Changed status_point/skill_point to unsigned short. Adjusted the code as necessary to prevent overflows.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5762 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user