diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-16 00:20:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-16 00:20:35 +0300 |
commit | c2e62187c5111c6ecc94573630f6da271d0145d6 (patch) | |
tree | 290bce219c5fc5588a5ca01951822c0bfeaa5378 /src/net/eathena/protocol.h | |
parent | b8ad6772fbc9d3f0917e0b39ec66d0004a267904 (diff) | |
download | plus-c2e62187c5111c6ecc94573630f6da271d0145d6.tar.gz plus-c2e62187c5111c6ecc94573630f6da271d0145d6.tar.bz2 plus-c2e62187c5111c6ecc94573630f6da271d0145d6.tar.xz plus-c2e62187c5111c6ecc94573630f6da271d0145d6.zip |
eathena: add packet CMSG_QUEST_ACTIVATE 0x02b6.
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 55d179d21..ae8718087 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -369,6 +369,7 @@ #define CMSG_EXPLOSION_SPIRITS 0x01ed #define CMSG_PVP_INFO 0x020f #define CMSG_PLAYER_AUTO_REVIVE 0x0292 +#define CMSG_QUEST_ACTIVATE 0x02b6 #define CMSG_MAIL_REFRESH_INBOX 0x023f #define CMSG_MAIL_READ_MESSAGE 0x0241 |