diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-01 17:39:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-01 19:28:09 +0300 |
commit | b35357cfcd58ac26d2f9d008a2db5b931cccb428 (patch) | |
tree | b69b029464f65eb43a8cb4c90f5bf84f08ac1f59 /src/net/ea/eaprotocol.h | |
parent | 43713ab4bb834e898c0d2c3289555d22fe08132e (diff) | |
download | plus-b35357cfcd58ac26d2f9d008a2db5b931cccb428.tar.gz plus-b35357cfcd58ac26d2f9d008a2db5b931cccb428.tar.bz2 plus-b35357cfcd58ac26d2f9d008a2db5b931cccb428.tar.xz plus-b35357cfcd58ac26d2f9d008a2db5b931cccb428.zip |
Move AGI 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 3b1b02fc2..00240d574 100644 --- a/src/net/ea/eaprotocol.h +++ b/src/net/ea/eaprotocol.h @@ -27,8 +27,7 @@ enum { EA_JOB = 0xa, - EA_STR = 0xd, - EA_AGI + EA_STR = 0xd }; enum |