diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-13 22:13:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-13 22:13:00 +0300 |
commit | d27b32b8754f8ba2e153e63c8978fcf4bd744faa (patch) | |
tree | 8579f9438cbc27d6e32a9955ce835065d6a348f5 /src/net/eathena/protocol.h | |
parent | 21c3f5de7d6a0e4825383948080fd208639ccae4 (diff) | |
download | plus-d27b32b8754f8ba2e153e63c8978fcf4bd744faa.tar.gz plus-d27b32b8754f8ba2e153e63c8978fcf4bd744faa.tar.bz2 plus-d27b32b8754f8ba2e153e63c8978fcf4bd744faa.tar.xz plus-d27b32b8754f8ba2e153e63c8978fcf4bd744faa.zip |
eathena: fix packet SMSG_PARTY_INVITED 0x02c6.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index d8212d647..b2f5abab6 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -178,7 +178,7 @@ #define SMSG_PARTY_CREATE 0x00fa #define SMSG_PARTY_INFO 0x00fb #define SMSG_PARTY_INVITE_RESPONSE 0x02c5 -#define SMSG_PARTY_INVITED 0x00fe +#define SMSG_PARTY_INVITED 0x02c6 #define SMSG_PARTY_SETTINGS 0x07d8 #define SMSG_PARTY_MOVE 0x0104 #define SMSG_PARTY_LEAVE 0x0105 |