diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 15:23:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 15:23:24 +0300 |
commit | 485cf3ed0a92beddfbff839d3603ff1f2a98f805 (patch) | |
tree | b177d403b251213a5bc9d2934c1d938ed29ad9df /src/net/eathena/protocol.h | |
parent | ee633de31c7978ae4a776cce4de86729356e1b1f (diff) | |
download | plus-485cf3ed0a92beddfbff839d3603ff1f2a98f805.tar.gz plus-485cf3ed0a92beddfbff839d3603ff1f2a98f805.tar.bz2 plus-485cf3ed0a92beddfbff839d3603ff1f2a98f805.tar.xz plus-485cf3ed0a92beddfbff839d3603ff1f2a98f805.zip |
eathena: add packet SMSG_CHAR_CHARACTERS 0x099d.
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 9de6db139..dccaf107c 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -55,6 +55,7 @@ #define SMSG_CHAR_DELETE2_ACCEPT_ACTUAL_ACK 0x082a #define SMSG_CHAR_DELETE2_CANCEL_ACK 0x082c #define SMSG_CHAR_MAP_INFO 0x0071 +#define SMSG_CHAR_CHARACTERS 0x099d #define SMSG_CHAR_SWITCH_RESPONSE 0x00b3 #define SMSG_CHANGE_MAP_SERVER 0x0092 |