From bc89a386c9ac61401ee79990151c39069a06e5e0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Dec 2014 17:27:55 +0300 Subject: eathena: Remove SMSG_BEING_IP_RESPONSE packet. --- src/net/eathena/beinghandler.cpp | 5 ----- src/net/eathena/protocol.h | 1 - 2 files changed, 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 -- cgit v1.2.3-60-g2f50