diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-14 16:57:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-14 16:57:01 +0300 |
commit | 31a13e296a21a7735e8d217b4d7f13fa32ee4033 (patch) | |
tree | 0e957cb1aaca463a715641e2344ee39f5cc90889 /src/net/eathena/protocol.h | |
parent | d2bde911f0b80515066f100fc4704793255be0ea (diff) | |
download | plus-31a13e296a21a7735e8d217b4d7f13fa32ee4033.tar.gz plus-31a13e296a21a7735e8d217b4d7f13fa32ee4033.tar.bz2 plus-31a13e296a21a7735e8d217b4d7f13fa32ee4033.tar.xz plus-31a13e296a21a7735e8d217b4d7f13fa32ee4033.zip |
eathena: add packet SMSG_PARTY_LEADER 0x07fc.
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 716aae6c9..9c9760d7d 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -183,6 +183,7 @@ #define SMSG_PARTY_INVITATION_STATS 0x02c9 #define SMSG_PARTY_MEMBER_INFO 0x01e9 #define SMSG_PARTY_ITEM_PICKUP 0x02b8 +#define SMSG_PARTY_LEADER 0x07fc #define SMSG_PLAYER_STORAGE_ITEMS 0x0995 /**< Item list for storage */ #define SMSG_PLAYER_STORAGE_EQUIP 0x0996 /**< Equipment list for storage */ |