diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-10 20:40:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-10 20:40:12 +0300 |
commit | 4b0e8e066ae5314bf8efd56f200b5aea338e24bc (patch) | |
tree | 9c51992750d1780412aac6108b4cda7ad4f3e9ed /src/net/eathena/protocol.h | |
parent | b4c6638393353d89a3b1efb6298324be595c4e77 (diff) | |
download | plus-4b0e8e066ae5314bf8efd56f200b5aea338e24bc.tar.gz plus-4b0e8e066ae5314bf8efd56f200b5aea338e24bc.tar.bz2 plus-4b0e8e066ae5314bf8efd56f200b5aea338e24bc.tar.xz plus-4b0e8e066ae5314bf8efd56f200b5aea338e24bc.zip |
eathena: add packet CMSG_PARTY_CHANGE_LEADER 0x07da.
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 df6da397d..c49550fa5 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -282,6 +282,7 @@ #define CMSG_PARTY_SETTINGS 0x0102 #define CMSG_PARTY_KICK 0x0103 #define CMSG_PARTY_MESSAGE 0x0108 +#define CMSG_PARTY_CHANGE_LEADER 0x07da #define CMSG_MOVE_TO_STORAGE 0x07ec /** Move item to storage */ #define CSMG_MOVE_FROM_STORAGE 0x0364 /** Remove item from storage */ |