diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-15 21:38:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-15 21:38:58 +0300 |
commit | 9743b3341693f71bcaf62a979ec25b249eb0d39b (patch) | |
tree | 720a0862ae1a3ebc7ebff60d0704334b07609d8a /src/net/eathena/protocol.h | |
parent | c259c8285f394a56a42fb07eb2aa2e033b346954 (diff) | |
download | plus-9743b3341693f71bcaf62a979ec25b249eb0d39b.tar.gz plus-9743b3341693f71bcaf62a979ec25b249eb0d39b.tar.bz2 plus-9743b3341693f71bcaf62a979ec25b249eb0d39b.tar.xz plus-9743b3341693f71bcaf62a979ec25b249eb0d39b.zip |
eathena: add packet CMSG_ASK_FOR_CHILD_REPLY 0x01f7.
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 c0231aa54..123db93f8 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -378,6 +378,7 @@ #define CMSG_MAIL_SEND 0x0248 #define CMSG_ASK_FOR_CHILD 0x01f9 +#define CMSG_ASK_FOR_CHILD_REPLY 0x01f7 #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |