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/net/ea/eaprotocol.h | |
parent | b43ec95b7046619a35f5bdf2f3c1bb3e9663bdb7 (diff) | |
download | mv-52c0fc91e3b59b0f9a2cac98cb4cd1eb5847884c.tar.gz mv-52c0fc91e3b59b0f9a2cac98cb4cd1eb5847884c.tar.bz2 mv-52c0fc91e3b59b0f9a2cac98cb4cd1eb5847884c.tar.xz mv-52c0fc91e3b59b0f9a2cac98cb4cd1eb5847884c.zip |
Move MATK stat from net enum into attributes.
Diffstat (limited to 'src/net/ea/eaprotocol.h')
-rw-r--r-- | src/net/ea/eaprotocol.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h index 618b1c0c8..f355b16a9 100644 --- a/src/net/ea/eaprotocol.h +++ b/src/net/ea/eaprotocol.h @@ -35,8 +35,7 @@ enum EA_LUK, EA_ATK, - EA_DEF, - EA_MATK + EA_DEF }; enum |