diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-08 22:52:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-08 22:52:45 +0300 |
commit | 08b9e2ba4a42a87e58465565e373bb01f1a95cdd (patch) | |
tree | 20fb95e9471efa5122ada96591b8817259e5608b /src/net/eathena/protocol.h | |
parent | 571ff6e1401876cb775b827f6af25e14b1f59c6f (diff) | |
download | plus-08b9e2ba4a42a87e58465565e373bb01f1a95cdd.tar.gz plus-08b9e2ba4a42a87e58465565e373bb01f1a95cdd.tar.bz2 plus-08b9e2ba4a42a87e58465565e373bb01f1a95cdd.tar.xz plus-08b9e2ba4a42a87e58465565e373bb01f1a95cdd.zip |
eathena: add packet CMSG_REQUEST_RANKS 0x097c.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 243e2ed6c..ca29b44b3 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -304,6 +304,7 @@ #define CMSG_SOLVE_CHAR_NAME 0x0368 #define CMSG_IGNORE_ALL 0x00d0 +#define CMSG_REQUEST_RANKS 0x097c #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |