diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 22:56:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 22:56:12 +0300 |
commit | 18038856316fdb9368848251c32e01aa6f18e0f3 (patch) | |
tree | 5e45fc9e15c49e64680245ab46abeb713d34dd1f /src/net/eathena/protocol.h | |
parent | 605691e70927a3b44064562f7507c14e4600c3d3 (diff) | |
download | plus-18038856316fdb9368848251c32e01aa6f18e0f3.tar.gz plus-18038856316fdb9368848251c32e01aa6f18e0f3.tar.bz2 plus-18038856316fdb9368848251c32e01aa6f18e0f3.tar.xz plus-18038856316fdb9368848251c32e01aa6f18e0f3.zip |
eathena: add packet CMSG_NPC_SELECT_ARROW 0x01ae.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 3aa0471af..906526e14 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -319,6 +319,8 @@ #define CMSG_NPC_REPAIR 0x01fd #define CMSG_NPC_REFINE 0x0222 #define CMSG_NPC_IDENTIFY 0x0178 +#define CMSG_NPC_SELECT_ARROW 0x01ae + #define CMSG_PLAYER_MAPMOVE 0x0140 #define CMSG_REMOVE_OPTION 0x012a #define CMSG_PLAYER_SET_MEMO 0x011d |