diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-07 18:02:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-07 18:02:45 +0300 |
commit | b5aa7b91572aad7aea5ec9b5b109e03a26934b6c (patch) | |
tree | 0c0e168726b82394e2d1c6b33f48c09049089670 /src/net/eathena/protocol.h | |
parent | f899460658ad3abc8d02e7ca129b790b1c8c9736 (diff) | |
download | plus-b5aa7b91572aad7aea5ec9b5b109e03a26934b6c.tar.gz plus-b5aa7b91572aad7aea5ec9b5b109e03a26934b6c.tar.bz2 plus-b5aa7b91572aad7aea5ec9b5b109e03a26934b6c.tar.xz plus-b5aa7b91572aad7aea5ec9b5b109e03a26934b6c.zip |
eathena: add packet SMSG_PARTY_MEMBER_INFO 0x01e9.
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 5a80fce68..b487584b0 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -149,6 +149,7 @@ #define SMSG_PARTY_UPDATE_COORDS 0x0107 #define SMSG_PARTY_MESSAGE 0x0109 #define SMSG_PARTY_INVITATION_STATS 0x02c9 +#define SMSG_PARTY_MEMBER_INFO 0x01e9 #define SMSG_PLAYER_STORAGE_ITEMS 0x0995 /**< Item list for storage */ #define SMSG_PLAYER_STORAGE_EQUIP 0x0996 /**< Equipment list for storage */ |