diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-01 17:21:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-01 19:28:09 +0300 |
commit | 10b5b99e5e7e5f332c077a2d261df8f02f111c4f (patch) | |
tree | 957b1fa2852d4a498fb7b7b57181fe40176c669d /src/net/ea/eaprotocol.h | |
parent | 97ceb0fc66be86d09b2bc42b7580d3976cbddd80 (diff) | |
download | plus-10b5b99e5e7e5f332c077a2d261df8f02f111c4f.tar.gz plus-10b5b99e5e7e5f332c077a2d261df8f02f111c4f.tar.bz2 plus-10b5b99e5e7e5f332c077a2d261df8f02f111c4f.tar.xz plus-10b5b99e5e7e5f332c077a2d261df8f02f111c4f.zip |
Move INT 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 fcd9cd3cf..176dcdebc 100644 --- a/src/net/ea/eaprotocol.h +++ b/src/net/ea/eaprotocol.h @@ -29,8 +29,7 @@ enum EA_STR = 0xd, EA_AGI, - EA_VIT, - EA_INT + EA_VIT }; enum |