diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-10 17:56:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-10 17:56:50 +0300 |
commit | cb070585eb9d5c0b3cb19ef8f746b6b2f740f1c5 (patch) | |
tree | afbe5c763387da6002afd7e2b1840aceb99aa024 /src | |
parent | be44a9b715875b18616097fd026f845afa27d333 (diff) | |
download | plus-cb070585eb9d5c0b3cb19ef8f746b6b2f740f1c5.tar.gz plus-cb070585eb9d5c0b3cb19ef8f746b6b2f740f1c5.tar.bz2 plus-cb070585eb9d5c0b3cb19ef8f746b6b2f740f1c5.tar.xz plus-cb070585eb9d5c0b3cb19ef8f746b6b2f740f1c5.zip |
eathena: add packet id CMSG_PARTY_CREATE2 0x01e8.
Diffstat (limited to 'src')
-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 41649fde1..7ae554664 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -273,6 +273,7 @@ #define CMSG_TRADE_OK 0x00ef #define CMSG_PARTY_CREATE 0x00f9 +#define CMSG_PARTY_CREATE2 0x01e8 #define CMSG_PARTY_INVITE 0x00fc #define CMSG_PARTY_INVITED 0x00ff #define CMSG_PARTY_LEAVE 0x0100 |