diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-16 17:27:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-16 17:27:55 +0300 |
commit | bc89a386c9ac61401ee79990151c39069a06e5e0 (patch) | |
tree | f7633b77bdc58a3461f1a0d3757465fbf72e76b7 /src | |
parent | 382e4efcd1a7151a168657b0c731e9e758e7008d (diff) | |
download | mv-bc89a386c9ac61401ee79990151c39069a06e5e0.tar.gz mv-bc89a386c9ac61401ee79990151c39069a06e5e0.tar.bz2 mv-bc89a386c9ac61401ee79990151c39069a06e5e0.tar.xz mv-bc89a386c9ac61401ee79990151c39069a06e5e0.zip |
eathena: Remove SMSG_BEING_IP_RESPONSE packet.
Diffstat (limited to 'src')
-rw-r--r-- | src/net/eathena/beinghandler.cpp | 5 | ||||
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp index cb12147fa..06c0be6b9 100644 --- a/src/net/eathena/beinghandler.cpp +++ b/src/net/eathena/beinghandler.cpp @@ -102,7 +102,6 @@ BeingHandler::BeingHandler(const bool enableSync) : SMSG_SKILL_NO_DAMAGE, SMSG_SKILL_GROUND_NO_DAMAGE, SMSG_SKILL_ENTRY, - SMSG_BEING_IP_RESPONSE, SMSG_PVP_MAP_MODE, SMSG_PVP_SET, SMSG_MAP_TYPE_PROPERTY2, @@ -207,10 +206,6 @@ void BeingHandler::handleMessage(Net::MessageIn &msg) processNameResponse2(msg); break; - case SMSG_BEING_IP_RESPONSE: - processIpResponse(msg); - break; - case SMSG_SOLVE_CHAR_NAME: break; diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 8170403b4..9445bcc56 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -266,7 +266,6 @@ #define SMSG_SKILL_GROUND_NO_DAMAGE 0x0117 #define SMSG_SKILL_ENTRY 0x09ca -#define SMSG_BEING_IP_RESPONSE 0x020c #define SMSG_PVP_MAP_MODE 0x0199 #define SMSG_PVP_SET 0x019a #define SMSG_MAP_TYPE_PROPERTY2 0x099b |