summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-02 17:16:07 -0200
committershennetsind <ind@henn.et>2013-11-02 17:16:07 -0200
commit5c94e76753c0cdb4ffb7dabbd6e135f1f7d42ef2 (patch)
treeff526bcecccb920da12eff6bddac1d1a69a0a8bf /src/common/mmo.h
parentcf1ed8794ad2cfe66ec111484fc5d17f7c09ac22 (diff)
downloadhercules-5c94e76753c0cdb4ffb7dabbd6e135f1f7d42ef2.tar.gz
hercules-5c94e76753c0cdb4ffb7dabbd6e135f1f7d42ef2.tar.bz2
hercules-5c94e76753c0cdb4ffb7dabbd6e135f1f7d42ef2.tar.xz
hercules-5c94e76753c0cdb4ffb7dabbd6e135f1f7d42ef2.zip
Updated to latest Hercules
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 5f75f35da..603ec7573 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -415,6 +415,9 @@ struct mmo_charstatus {
time_t delete_date;
+ /* `account_data` modifiers */
+ unsigned short mod_exp,mod_drop,mod_death;
+
unsigned char font;
};