diff options
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index cb90f05a9..97bc7c7e4 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -29,7 +29,6 @@ #define SMSG_SERVER_PING 0x007f /**< Contains server tick */ #define SMSG_CONNECTION_PROBLEM 0x0081 -#define SMSG_UPDATE_HOST 0x0063 /**< Custom update host packet */ #define SMSG_LOGIN_DATA 0x0069 #define SMSG_LOGIN_ERROR 0x006a #define SMSG_LOGIN_ERROR2 0x083e @@ -380,10 +379,6 @@ #define SMSG_ONLINE_LIST 0x0211 #define SMSG_NPC_COMMAND 0x0212 -#define CMSG_SET_STATUS 0x0213 - -#define SMSG_UPDATE_HOST2 0x7534 - #define SMSG_MAP_ACCOUNT_ID 0x0283 #define SMSG_PLAYER_SHORTCUTS 0x07d9 #define SMSG_PLAYER_SHOW_EQUIP 0x02da |