diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-10 14:03:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-10 14:03:04 +0300 |
commit | 97ba09b2b8ce7896e98318faa536b67e0c164fdf (patch) | |
tree | be337f44eb93dcf0fdb4045d0f18389ed07daf09 /src/net/ea | |
parent | 02a9ff284ebc4c096f98ad8b23259ea67f82f8e1 (diff) | |
download | plus-97ba09b2b8ce7896e98318faa536b67e0c164fdf.tar.gz plus-97ba09b2b8ce7896e98318faa536b67e0c164fdf.tar.bz2 plus-97ba09b2b8ce7896e98318faa536b67e0c164fdf.tar.xz plus-97ba09b2b8ce7896e98318faa536b67e0c164fdf.zip |
Decode some more skill errors.
Diffstat (limited to 'src/net/ea')
-rw-r--r-- | src/net/ea/skillrecv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/ea/skillrecv.h b/src/net/ea/skillrecv.h index f968f0f36..9ef7d511c 100644 --- a/src/net/ea/skillrecv.h +++ b/src/net/ea/skillrecv.h @@ -56,6 +56,9 @@ static const unsigned int RFAIL_REDGEM = 0x07; static const unsigned int RFAIL_BLUEGEM = 0x08; static const unsigned int RFAIL_OVERWEIGHT = 0x09; +static const unsigned int RFAIL_NEED_ITEM = 71; +static const unsigned int RFAIL_NEED_EQUIPMENT = 72; + /** should always be zero if failed */ static const unsigned int SKILL_FAILED = 0x00; |