diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 11:22:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 11:22:59 +0300 |
commit | f580ee13d492ad7971fe3828a9dc59ce8aafbc27 (patch) | |
tree | d9353d807504b9dddb15cdaea88447464ceed161 /src/net/eathena/protocol.h | |
parent | 2f6d82e85aed4fe91bda5962572188ee6b8afa02 (diff) | |
download | plus-f580ee13d492ad7971fe3828a9dc59ce8aafbc27.tar.gz plus-f580ee13d492ad7971fe3828a9dc59ce8aafbc27.tar.bz2 plus-f580ee13d492ad7971fe3828a9dc59ce8aafbc27.tar.xz plus-f580ee13d492ad7971fe3828a9dc59ce8aafbc27.zip |
eathena: impliment packet CMSG_NPC_COMPLETE_PROGRESS_BAR 0x02f1.
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 9b1bff51e..560bf02d9 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -308,6 +308,7 @@ #define CMSG_IGNORE_ALL 0x00d0 #define CMSG_REQUEST_RANKS 0x097c #define CMSG_SET_SHORTCUTS 0x02ba +#define CMSG_NPC_COMPLETE_PROGRESS_BAR 0x02f1 #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |