diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-02 19:52:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:56 +0300 |
commit | d15ad0884f0c551cb8af721537b21c536a11c79d (patch) | |
tree | 574b4d133378c258a45a9a23b0ed0dd0572748d1 /src/net | |
parent | c8002e43c3fd32152ae5b26e6568d35c2861b6fd (diff) | |
download | plus-d15ad0884f0c551cb8af721537b21c536a11c79d.tar.gz plus-d15ad0884f0c551cb8af721537b21c536a11c79d.tar.bz2 plus-d15ad0884f0c551cb8af721537b21c536a11c79d.tar.xz plus-d15ad0884f0c551cb8af721537b21c536a11c79d.zip |
eathena: fix packet id for CMSG_PLAYER_ATTACK 0x0369.
Diffstat (limited to 'src/net')
-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 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 |