summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-07 17:00:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-07 17:00:44 +0300
commitc277f3e829217cd7469a4a5c742ef617a57e8e3f (patch)
treec7ca9d208c89ca61e75a49d4dc626e0af26812d4 /src/net/eathena/protocol.h
parent3dbb94e740268181f9642d065e57520c1199c355 (diff)
downloadplus-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.h7
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