summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorshennetsind <shennetsind@users.noreply.github.com>2013-11-06 16:30:09 -0800
committershennetsind <shennetsind@users.noreply.github.com>2013-11-06 16:30:09 -0800
commit1c46a54fc4a77072698892a480936160dc4d0e7a (patch)
treeb7b668c702e4c2b0ad745e6e465133fd25e56281 /src/common
parent3a3d2297068809d25ca43e19fd2977f97b2728f5 (diff)
parent47401a4195c58e14f12200f1ba6aeb34ecd87df7 (diff)
downloadhercules-1c46a54fc4a77072698892a480936160dc4d0e7a.tar.gz
hercules-1c46a54fc4a77072698892a480936160dc4d0e7a.tar.bz2
hercules-1c46a54fc4a77072698892a480936160dc4d0e7a.tar.xz
hercules-1c46a54fc4a77072698892a480936160dc4d0e7a.zip
Merge pull request #212 from shennetsind/master
Account-wide Exp/Drop/Death Modifiers
Diffstat (limited to 'src/common')
-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 5f4da6eb0..b1a1caf24 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;
};