From d15ad0884f0c551cb8af721537b21c536a11c79d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 2 Sep 2014 19:52:44 +0300 Subject: eathena: fix packet id for CMSG_PLAYER_ATTACK 0x0369. --- src/net/eathena/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/protocol.h') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index cf7ea2724..c50a649ab 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -230,7 +230,7 @@ #define CMSG_PLAYER_CHANGE_ACT 0x0089 #define CMSG_PLAYER_RESTART 0x00b2 #define CMSG_PLAYER_EMOTE 0x00bf -#define CMSG_PLAYER_ATTACK 0x0089 +#define CMSG_PLAYER_ATTACK 0x0369 #define CMSG_PLAYER_STOP_ATTACK 0x0118 #define CMSG_WHO_REQUEST 0x00c1 -- cgit v1.2.3-60-g2f50