diff options
Diffstat (limited to 'src/common/mmo.h')
-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 6be0fab19..d94796723 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -240,7 +240,7 @@ struct s_mercenary { short class_; int hp, sp; unsigned int kill_count; - unsigned int remain_life_time; + unsigned int life_time; }; struct s_friend { |