summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/beinghandler.cpp')
-rw-r--r--src/net/eathena/beinghandler.cpp5
1 files changed, 0 insertions, 5 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;