diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 19:26:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 19:26:08 +0300 |
commit | cb77d9a3581105efadcedabcd7ad266bfdac0f62 (patch) | |
tree | 938536a8056f653ac5ae016a454d2ef30068acaa /src/net/eathena/protocol.h | |
parent | 8b7e52b9b44797ab704ec8e2b384ef10f8c912be (diff) | |
download | plus-cb77d9a3581105efadcedabcd7ad266bfdac0f62.tar.gz plus-cb77d9a3581105efadcedabcd7ad266bfdac0f62.tar.bz2 plus-cb77d9a3581105efadcedabcd7ad266bfdac0f62.tar.xz plus-cb77d9a3581105efadcedabcd7ad266bfdac0f62.zip |
eathena: add partial support for packet SMSG_IGNORE_NICK_ACK 0x00d1.
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 b9e0621b1..25290b89f 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -132,6 +132,7 @@ #define SMSG_BEING_RESURRECT 0x0148 #define SMSG_BEING_STAT_UPDATE_1 0x01ab #define SMSG_BEING_ATTRS 0x0b0a +#define SMSG_IGNORE_NICK_ACK 0x00d1 #define SMSG_PLAYER_STATUS_CHANGE 0x0229 #define SMSG_PLAYER_STATUS_CHANGE2 0x028a |