diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-01 16:01:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-01 19:28:09 +0300 |
commit | 52c0fc91e3b59b0f9a2cac98cb4cd1eb5847884c (patch) | |
tree | cf74fecfc3e828a0aefb81545e7e5aca417787c0 /src/being/attributes.h | |
parent | b43ec95b7046619a35f5bdf2f3c1bb3e9663bdb7 (diff) | |
download | plus-52c0fc91e3b59b0f9a2cac98cb4cd1eb5847884c.tar.gz plus-52c0fc91e3b59b0f9a2cac98cb4cd1eb5847884c.tar.bz2 plus-52c0fc91e3b59b0f9a2cac98cb4cd1eb5847884c.tar.xz plus-52c0fc91e3b59b0f9a2cac98cb4cd1eb5847884c.zip |
Move MATK stat from net enum into attributes.
Diffstat (limited to 'src/being/attributes.h')
-rw-r--r-- | src/being/attributes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/attributes.h b/src/being/attributes.h index 0c8c8e11f..cd753c2fa 100644 --- a/src/being/attributes.h +++ b/src/being/attributes.h @@ -51,7 +51,8 @@ namespace Attributes CRIT, FLEE, HIT, - MDEF + MDEF, + MATK }; } // namespace Attributes |