summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-20 17:56:24 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-20 17:58:36 +0300
commit4edf9cac82776c5333afaa647f7a982383837406 (patch)
tree8a70af55c3a7417d25c4be0bdbb422dae38edefb /src/net/tmwa/beinghandler.cpp
parent2cd8b88679b9dd99e50bdc5ca03ba5694a0198a8 (diff)
downloadplus-4edf9cac82776c5333afaa647f7a982383837406.tar.gz
plus-4edf9cac82776c5333afaa647f7a982383837406.tar.bz2
plus-4edf9cac82776c5333afaa647f7a982383837406.tar.xz
plus-4edf9cac82776c5333afaa647f7a982383837406.zip
Remove unused old evol packets from tmwa namespace.
Diffstat (limited to 'src/net/tmwa/beinghandler.cpp')
-rw-r--r--src/net/tmwa/beinghandler.cpp5
1 files changed, 0 insertions, 5 deletions
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;