diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-01 17:16:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-01 19:28:09 +0300 |
commit | 97ceb0fc66be86d09b2bc42b7580d3976cbddd80 (patch) | |
tree | 0432a5b8e1fe591d8be5ee2fcd227c8d1f683139 /src/being | |
parent | 1b9ea6d00c6923abe1da37833e7772d5a5e34b6d (diff) | |
download | plus-97ceb0fc66be86d09b2bc42b7580d3976cbddd80.tar.gz plus-97ceb0fc66be86d09b2bc42b7580d3976cbddd80.tar.bz2 plus-97ceb0fc66be86d09b2bc42b7580d3976cbddd80.tar.xz plus-97ceb0fc66be86d09b2bc42b7580d3976cbddd80.zip |
Move DEX stat from net enum into attributes.
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/attributes.h b/src/being/attributes.h index bb8df97a4..43f3af382 100644 --- a/src/being/attributes.h +++ b/src/being/attributes.h @@ -42,6 +42,7 @@ namespace Attributes SKILL_POINTS, CHAR_POINTS, CORR_POINTS, + DEX = 17, LUK = 18, ATTACK_DELAY = 100, ATTACK_RANGE = 101, |