diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-16 13:45:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-16 13:45:54 +0300 |
commit | 5056f25afdcba11410b2450112bb3b516320a705 (patch) | |
tree | 064424e2350dd9880e6cea62b68e51b2430a20ee /src/net/eathena/protocol.h | |
parent | 3232aa8610c62b7e047dcf175b7d33e09bf77284 (diff) | |
download | plus-5056f25afdcba11410b2450112bb3b516320a705.tar.gz plus-5056f25afdcba11410b2450112bb3b516320a705.tar.bz2 plus-5056f25afdcba11410b2450112bb3b516320a705.tar.xz plus-5056f25afdcba11410b2450112bb3b516320a705.zip |
eathena: remove packet SMSG_PLAYER_UPDATE_1.
Diffstat (limited to 'src/net/eathena/protocol.h')
-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 a147ecb7f..286372ce1 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_UPDATE_1 0x01d8 #define SMSG_PLAYER_UPDATE_2 0x01d9 #define SMSG_PLAYER_MOVE 0x01da /**< A nearby player moves */ #define SMSG_PLAYER_STOP 0x0088 /**< Stop walking, set position */ |