summaryrefslogtreecommitdiff
path: root/src/playerinfo.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-07-18 20:05:32 -0600
committerJared Adams <jaxad0127@gmail.com>2010-07-18 20:11:36 -0600
commit782158dfd719fb6d196f79075f275fb8599d393c (patch)
tree7faf9ea12988a7987106c0bd846154766911665a /src/playerinfo.h
parente3abb4a771b69f1067d6c7f5e0d4c10828f94167 (diff)
downloadmana-client-782158dfd719fb6d196f79075f275fb8599d393c.tar.gz
mana-client-782158dfd719fb6d196f79075f275fb8599d393c.tar.bz2
mana-client-782158dfd719fb6d196f79075f275fb8599d393c.tar.xz
mana-client-782158dfd719fb6d196f79075f275fb8599d393c.zip
Add old values to stat and attribute events
Reviewed-by: Chuck Miller
Diffstat (limited to 'src/playerinfo.h')
-rw-r--r--src/playerinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playerinfo.h b/src/playerinfo.h
index 1c722a7c..3214e64e 100644
--- a/src/playerinfo.h
+++ b/src/playerinfo.h
@@ -47,7 +47,7 @@ struct Stat
int base;
int mod;
int exp;
- int expneed;
+ int expNeed;
};
typedef std::map<int, int> IntMap;