From 1f4844a5c4c958fe9ca8767e8f820c923549e0b7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Dec 2014 17:13:48 +0300 Subject: eathena: remove packet SMSG_PARTY_UPDATE_HP. --- src/net/eathena/partyhandler.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/net/eathena/partyhandler.cpp') diff --git a/src/net/eathena/partyhandler.cpp b/src/net/eathena/partyhandler.cpp index d84ab0036..49d6105c0 100644 --- a/src/net/eathena/partyhandler.cpp +++ b/src/net/eathena/partyhandler.cpp @@ -56,7 +56,6 @@ PartyHandler::PartyHandler() : SMSG_PARTY_INVITED, SMSG_PARTY_SETTINGS, SMSG_PARTY_LEAVE, - SMSG_PARTY_UPDATE_HP, SMSG_PARTY_UPDATE_COORDS, SMSG_PARTY_MESSAGE, SMSG_PARTY_INVITATION_STATS, @@ -95,9 +94,6 @@ void PartyHandler::handleMessage(Net::MessageIn &msg) case SMSG_PARTY_LEAVE: processPartyLeave(msg); break; - case SMSG_PARTY_UPDATE_HP: - processPartyUpdateHp(msg); - break; case SMSG_PARTY_UPDATE_COORDS: processPartyUpdateCoords(msg); break; -- cgit v1.2.3-60-g2f50