summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net/eathena/beinghandler.cpp5
-rw-r--r--src/net/eathena/protocol.h1
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