diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-16 13:52:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-16 13:52:17 +0300 |
commit | 4fb48b418591dc0f1fc257181e743a96999ff0a3 (patch) | |
tree | d4939f751a2315481476898eacf22ed5cd2a542e | |
parent | b2d53621965a559ab31fb2425ae3b1b294ce571e (diff) | |
download | plus-4fb48b418591dc0f1fc257181e743a96999ff0a3.tar.gz plus-4fb48b418591dc0f1fc257181e743a96999ff0a3.tar.bz2 plus-4fb48b418591dc0f1fc257181e743a96999ff0a3.tar.xz plus-4fb48b418591dc0f1fc257181e743a96999ff0a3.zip |
eathena: remove packet SMSG_PLAYER_MOVE.
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 8d495690a..856b27d09 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -56,7 +56,6 @@ #define SMSG_MAP_LOGIN_SUCCESS 0x0a18 /**< Contains starting location */ #define SMSG_MAP_QUIT_RESPONSE 0x018b -#define SMSG_PLAYER_MOVE 0x01da /**< A nearby player moves */ #define SMSG_PLAYER_STOP 0x0088 /**< Stop walking, set position */ #define SMSG_PLAYER_MOVE_TO_ATTACK 0x0139 /**< Move to within attack range */ #define SMSG_PLAYER_STAT_UPDATE_1 0x00b0 |