diff options
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 9281314dc..13748a787 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -414,6 +414,9 @@ struct mmo_charstatus { unsigned short slotchange; time_t delete_date; + + /* `account_data` modifiers */ + unsigned short mod_exp,mod_drop,mod_death; }; typedef enum mail_status { |