diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.hpp b/src/common/mmo.hpp index 197816f..7ed2548 100644 --- a/src/common/mmo.hpp +++ b/src/common/mmo.hpp @@ -158,7 +158,7 @@ struct mmo_charstatus int base_exp, job_exp, zeny; - short pc_class; + short species; short status_point, skill_point; int hp, max_hp, sp, max_sp; Option option; |