summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-30 22:55:31 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-30 22:55:31 +0300
commitf493b31b59c79f8923d23634b7e2450c4df7019b (patch)
treeb4576e3710d5280fcb87d9d0b4df0584e4436fd4 /src/being
parentb1fa35079365cd92d6a719f5d95e17285bd17659 (diff)
downloadplus-f493b31b59c79f8923d23634b7e2450c4df7019b.tar.gz
plus-f493b31b59c79f8923d23634b7e2450c4df7019b.tar.bz2
plus-f493b31b59c79f8923d23634b7e2450c4df7019b.tar.xz
plus-f493b31b59c79f8923d23634b7e2450c4df7019b.zip
eathena: add karma stat to player.
Diffstat (limited to 'src/being')
-rw-r--r--src/being/attributes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/attributes.h b/src/being/attributes.h
index 612ef886c..8b2754f1d 100644
--- a/src/being/attributes.h
+++ b/src/being/attributes.h
@@ -45,7 +45,8 @@ namespace Attributes
ATTACK_DELAY = 100,
ATTACK_RANGE = 101,
WALK_SPEED = 102,
- ATTACK_SPEED = 103
+ ATTACK_SPEED = 103,
+ KARMA
};
} // namespace Attributes