diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-10 19:44:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-10 19:44:23 +0300 |
commit | 95a33edfcb70ea6bbb8e56717917721152bd07b8 (patch) | |
tree | fea194f3d5dc986f0b9733d27314fd59d0db6e64 /src/net/eathena | |
parent | a3d9d04eccfe425165e05e338c9b75ef778e6511 (diff) | |
download | plus-95a33edfcb70ea6bbb8e56717917721152bd07b8.tar.gz plus-95a33edfcb70ea6bbb8e56717917721152bd07b8.tar.bz2 plus-95a33edfcb70ea6bbb8e56717917721152bd07b8.tar.xz plus-95a33edfcb70ea6bbb8e56717917721152bd07b8.zip |
eathena: fix packets id from wrong version.
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/protocol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 65105118d..fd274c82f 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -233,7 +233,7 @@ #define CMSG_SKILL_LEVELUP_REQUEST 0x0112 #define CMSG_STAT_UPDATE_REQUEST 0x00bb #define CMSG_SKILL_USE_BEING 0x083c -#define CMSG_SKILL_USE_POSITION 0x091e +#define CMSG_SKILL_USE_POSITION 0x0438 // Variant of 0x116 with 80 char string at end (unsure of use) #define CMSG_SKILL_USE_POSITION_MORE 0x096a #define CMSG_SKILL_USE_MAP 0x011b @@ -275,7 +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_INVITE2 0x0802 #define CMSG_PARTY_INVITED 0x00ff #define CMSG_PARTY_INVITED2 0x02c7 #define CMSG_PARTY_LEAVE 0x0100 @@ -319,7 +319,7 @@ #define CMSG_GUILD_OPPOSITION 0x0180 #define CMSG_GUILD_ALLIANCE_DELETE 0x0183 -#define CMSG_SOLVE_CHAR_NAME 0x0898 +#define CMSG_SOLVE_CHAR_NAME 0x0368 #define CMSG_IGNORE_ALL 0x00d0 #define CMSG_REQUEST_RANKS 0x097c #define CMSG_SET_SHORTCUTS 0x02ba |