summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-01 17:11:12 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-01 19:28:09 +0300
commit1b9ea6d00c6923abe1da37833e7772d5a5e34b6d (patch)
treea4c4da9f46f171dfd559a10d7fb673164cd03e59 /src/being
parente6eef288f86dcc16aa2b5ba20c9079ead78f17e2 (diff)
downloadplus-1b9ea6d00c6923abe1da37833e7772d5a5e34b6d.tar.gz
plus-1b9ea6d00c6923abe1da37833e7772d5a5e34b6d.tar.bz2
plus-1b9ea6d00c6923abe1da37833e7772d5a5e34b6d.tar.xz
plus-1b9ea6d00c6923abe1da37833e7772d5a5e34b6d.zip
Move LUK stat from net enum into attributes.
Diffstat (limited to 'src/being')
-rw-r--r--src/being/attributes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/attributes.h b/src/being/attributes.h
index 3cb0e05f0..bb8df97a4 100644
--- a/src/being/attributes.h
+++ b/src/being/attributes.h
@@ -42,6 +42,7 @@ namespace Attributes
SKILL_POINTS,
CHAR_POINTS,
CORR_POINTS,
+ LUK = 18,
ATTACK_DELAY = 100,
ATTACK_RANGE = 101,
WALK_SPEED = 102,