diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 269270bea..944c94a72 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -274,6 +274,7 @@ struct s_homunculus { //[orn] int hom_id; int char_id; short class_; + short prev_class; int hp,max_hp,sp,max_sp; unsigned int intimacy; //[orn] short hunger; |