From 4edf9cac82776c5333afaa647f7a982383837406 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Jun 2015 17:56:24 +0300 Subject: Remove unused old evol packets from tmwa namespace. --- src/net/tmwa/beinghandler.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/net/tmwa/beinghandler.cpp') diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp index 8f482047f..95eb9c111 100644 --- a/src/net/tmwa/beinghandler.cpp +++ b/src/net/tmwa/beinghandler.cpp @@ -75,7 +75,6 @@ BeingHandler::BeingHandler(const bool enableSync) : SMSG_BEING_CHANGE_LOOKS, SMSG_BEING_CHANGE_LOOKS2, SMSG_BEING_NAME_RESPONSE, - SMSG_BEING_NAME_RESPONSE2, SMSG_PLAYER_GUILD_PARTY_INFO, SMSG_BEING_CHANGE_DIRECTION, SMSG_PLAYER_UPDATE_1, @@ -168,10 +167,6 @@ void BeingHandler::handleMessage(Net::MessageIn &msg) processNameResponse(msg); break; - case SMSG_BEING_NAME_RESPONSE2: - processNameResponse2(msg); - break; - case SMSG_BEING_IP_RESPONSE: processIpResponse(msg); break; -- cgit v1.2.3-60-g2f50