diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-01 17:26:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-01 19:28:09 +0300 |
commit | 43713ab4bb834e898c0d2c3289555d22fe08132e (patch) | |
tree | 8ae0f663ad44cb5d754babff17d25e09e8b6a2bf /src/being/attributes.h | |
parent | 10b5b99e5e7e5f332c077a2d261df8f02f111c4f (diff) | |
download | plus-43713ab4bb834e898c0d2c3289555d22fe08132e.tar.gz plus-43713ab4bb834e898c0d2c3289555d22fe08132e.tar.bz2 plus-43713ab4bb834e898c0d2c3289555d22fe08132e.tar.xz plus-43713ab4bb834e898c0d2c3289555d22fe08132e.zip |
Move VIT stat from net enum into attributes.
Diffstat (limited to 'src/being/attributes.h')
-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 8580d0f9d..e61d39495 100644 --- a/src/being/attributes.h +++ b/src/being/attributes.h @@ -42,6 +42,7 @@ namespace Attributes SKILL_POINTS, CHAR_POINTS, CORR_POINTS, + VIT = 15, INT = 16, DEX = 17, LUK = 18, |