summaryrefslogtreecommitdiff
path: root/src/net/tmwa/attrs.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-01 16:32:05 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-01 19:28:09 +0300
commite6853de603d64bd6e194e308e5e532339545e892 (patch)
tree8839596e6f54ee6a93a045377d3101f7ef9e66b4 /src/net/tmwa/attrs.h
parent52c0fc91e3b59b0f9a2cac98cb4cd1eb5847884c (diff)
downloadplus-e6853de603d64bd6e194e308e5e532339545e892.tar.gz
plus-e6853de603d64bd6e194e308e5e532339545e892.tar.bz2
plus-e6853de603d64bd6e194e308e5e532339545e892.tar.xz
plus-e6853de603d64bd6e194e308e5e532339545e892.zip
Move DEF stat from net enum into attributes.
Diffstat (limited to 'src/net/tmwa/attrs.h')
-rw-r--r--src/net/tmwa/attrs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/tmwa/attrs.h b/src/net/tmwa/attrs.h
index 03c38d804..bd5a0cae4 100644
--- a/src/net/tmwa/attrs.h
+++ b/src/net/tmwa/attrs.h
@@ -36,8 +36,7 @@ namespace TmwAthena
DEX,
LUK,
- ATK,
- DEF
+ ATK
};
} // namespace TmwAthena