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