diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-15 00:25:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-15 00:25:28 +0300 |
commit | fcd38e8269205f062e27ea42d5107e5700023ff3 (patch) | |
tree | e432e583e695ee7e6ad4f386c7884175a568c141 /src/net/eathena/protocol.h | |
parent | 64af13a976cbe5cf2d050d3d576f1d008c5a7708 (diff) | |
download | ManaVerse-fcd38e8269205f062e27ea42d5107e5700023ff3.tar.gz ManaVerse-fcd38e8269205f062e27ea42d5107e5700023ff3.tar.bz2 ManaVerse-fcd38e8269205f062e27ea42d5107e5700023ff3.tar.xz ManaVerse-fcd38e8269205f062e27ea42d5107e5700023ff3.zip |
eathena: remove some tmw/evol related packets.
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 |