diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-07 21:32:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-07 21:32:06 +0300 |
commit | d91a8fd5d574454265c9a6088f7aa089d7905ba0 (patch) | |
tree | 9d4398e2dfad3b17c2d80e078f58293afe6d8698 /src/net/eathena/protocol.h | |
parent | c277f3e829217cd7469a4a5c742ef617a57e8e3f (diff) | |
download | plus-d91a8fd5d574454265c9a6088f7aa089d7905ba0.tar.gz plus-d91a8fd5d574454265c9a6088f7aa089d7905ba0.tar.bz2 plus-d91a8fd5d574454265c9a6088f7aa089d7905ba0.tar.xz plus-d91a8fd5d574454265c9a6088f7aa089d7905ba0.zip |
eathena: add partial support for packet SMSG_FAMILY_DIVORCED 0x0205.
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 ae1bec131..65bc4c2f5 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -237,6 +237,7 @@ #define SMSG_FAMILY_ASK_FOR_CHILD 0x01f6 #define SMSG_FAMILY_CALL_PARTNER 0x01e6 +#define SMSG_FAMILY_DIVORCED 0x0205 #define SMSG_PET_MESSAGE 0x01aa #define SMSG_PET_ROULETTE 0x01a0 |