diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-12 21:54:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-13 17:41:29 +0300 |
commit | f06bf7de45d34f27fe5e4384abc4ea0d22bb063f (patch) | |
tree | 37c54abdc2b6605fdf2cfcaa6dfeb2d851bd2a2d /src/net/eathena | |
parent | cb23bcec8f8a1d8863ab25adc39a58415e5be88c (diff) | |
download | plus-f06bf7de45d34f27fe5e4384abc4ea0d22bb063f.tar.gz plus-f06bf7de45d34f27fe5e4384abc4ea0d22bb063f.tar.bz2 plus-f06bf7de45d34f27fe5e4384abc4ea0d22bb063f.tar.xz plus-f06bf7de45d34f27fe5e4384abc4ea0d22bb063f.zip |
eathena: update to hercules version 20131230.
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/protocol.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 747ade200..38b3171f2 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -215,7 +215,7 @@ **********************************/ #define CMSG_LOGIN_REGISTER 0x0064 -#define CMSG_NAME_REQUEST 0x096a +#define CMSG_NAME_REQUEST 0x0926 // Custom change password packet #define CMSG_CHAR_PASSWORD_CHANGE 0x0061 @@ -225,8 +225,8 @@ #define CMSG_CHAR_DELETE 0x0068 #define CMSG_CHAR_CREATE_PIN 0x08ba -#define CMSG_MAP_SERVER_CONNECT 0x022d -#define CMSG_CLIENT_PING 0x035f /**< Send to server with tick */ +#define CMSG_MAP_SERVER_CONNECT 0x089c +#define CMSG_CLIENT_PING 0x0438 /**< Send to server with tick */ #define CMSG_MAP_LOADED 0x007d #define CMSG_CLIENT_QUIT 0x018A @@ -254,10 +254,10 @@ #define CMSG_ITEM_PICKUP 0x07e4 #define CMSG_PLAYER_CHANGE_DIR 0x0202 #define CMSG_PLAYER_CHANGE_DEST 0x0437 -#define CMSG_PLAYER_CHANGE_ACT 0x0369 +#define CMSG_PLAYER_CHANGE_ACT 0x0871 #define CMSG_PLAYER_RESTART 0x00b2 #define CMSG_PLAYER_EMOTE 0x00bf -#define CMSG_PLAYER_ATTACK 0x0369 +#define CMSG_PLAYER_ATTACK 0x0871 #define CMSG_PLAYER_STOP_ATTACK 0x0118 #define CMSG_WHO_REQUEST 0x00c1 |