diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-16 12:14:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-16 12:14:08 +0300 |
commit | d6012201991a732b6b47e063a52e201450889c74 (patch) | |
tree | bd694b2fdd652bd276b9bea06a92884d129e3fd3 /src/net/eathena/protocol.h | |
parent | 3ff2ba0b4a6bf7e0f693d0d72ca5360767d3cc2c (diff) | |
download | plus-d6012201991a732b6b47e063a52e201450889c74.tar.gz plus-d6012201991a732b6b47e063a52e201450889c74.tar.bz2 plus-d6012201991a732b6b47e063a52e201450889c74.tar.xz plus-d6012201991a732b6b47e063a52e201450889c74.zip |
eathena: add packet CMSG_PARTY_ALLOW_INVITES 0x02c8.
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 1a913b75d..f5ac75da9 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -298,6 +298,7 @@ #define CMSG_PARTY_KICK 0x0103 #define CMSG_PARTY_MESSAGE 0x0108 #define CMSG_PARTY_CHANGE_LEADER 0x07da +#define CMSG_PARTY_ALLOW_INVITES 0x02c8 #define CMSG_MOVE_TO_STORAGE 0x07ec /** Move item to storage */ #define CSMG_MOVE_FROM_STORAGE 0x085b /** Remove item from storage */ |