diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-07 17:00:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-07 17:00:44 +0300 |
commit | c277f3e829217cd7469a4a5c742ef617a57e8e3f (patch) | |
tree | c7ca9d208c89ca61e75a49d4dc626e0af26812d4 /src/net/eathena/protocol.h | |
parent | 3dbb94e740268181f9642d065e57520c1199c355 (diff) | |
download | plus-c277f3e829217cd7469a4a5c742ef617a57e8e3f.tar.gz plus-c277f3e829217cd7469a4a5c742ef617a57e8e3f.tar.bz2 plus-c277f3e829217cd7469a4a5c742ef617a57e8e3f.tar.xz plus-c277f3e829217cd7469a4a5c742ef617a57e8e3f.zip |
eathena: add partial support for packet SMSG_FAMILY_CALL_PARTNER 0x01e6.
Also rename family related packages.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index eeaf14fcc..ae1bec131 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -235,7 +235,8 @@ #define SMSG_MAIL_OPEN_WINDOW 0x0260 -#define SMSG_ASK_FOR_CHILD 0x01f6 +#define SMSG_FAMILY_ASK_FOR_CHILD 0x01f6 +#define SMSG_FAMILY_CALL_PARTNER 0x01e6 #define SMSG_PET_MESSAGE 0x01aa #define SMSG_PET_ROULETTE 0x01a0 @@ -459,8 +460,8 @@ #define CMSG_MAIL_RESET_ATTACH 0x0246 #define CMSG_MAIL_SEND 0x0248 -#define CMSG_ASK_FOR_CHILD 0x01f9 -#define CMSG_ASK_FOR_CHILD_REPLY 0x01f7 +#define CMSG_FAMILY_ASK_FOR_CHILD 0x01f9 +#define CMSG_FAMILY_ASK_FOR_CHILD_REPLY 0x01f7 #define CMSG_BANK_DEPOSIT 0x09a7 #define CMSG_BANK_WITHDRAW 0x09a9 |