diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-10 18:13:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-10 18:13:44 +0300 |
commit | 143ec36c93ea41b4516b5c8b99f021b8bec79164 (patch) | |
tree | 8ab239e510f6feda9a89274c7976b1f61daf6449 /src/net/eathena/protocol.h | |
parent | cb070585eb9d5c0b3cb19ef8f746b6b2f740f1c5 (diff) | |
download | plus-143ec36c93ea41b4516b5c8b99f021b8bec79164.tar.gz plus-143ec36c93ea41b4516b5c8b99f021b8bec79164.tar.bz2 plus-143ec36c93ea41b4516b5c8b99f021b8bec79164.tar.xz plus-143ec36c93ea41b4516b5c8b99f021b8bec79164.zip |
eathena: add packet CMSG_PARTY_INVITE2 0x08a9.
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 7ae554664..15bfcbf3c 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -275,6 +275,7 @@ #define CMSG_PARTY_CREATE 0x00f9 #define CMSG_PARTY_CREATE2 0x01e8 #define CMSG_PARTY_INVITE 0x00fc +#define CMSG_PARTY_INVITE2 0x08a9 #define CMSG_PARTY_INVITED 0x00ff #define CMSG_PARTY_LEAVE 0x0100 #define CMSG_PARTY_SETTINGS 0x0102 |