summaryrefslogtreecommitdiff
path: root/src/net/eathena/partyrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/partyrecv.cpp')
-rw-r--r--src/net/eathena/partyrecv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/partyrecv.cpp b/src/net/eathena/partyrecv.cpp
index 21edcc3b3..da9edde22 100644
--- a/src/net/eathena/partyrecv.cpp
+++ b/src/net/eathena/partyrecv.cpp
@@ -286,7 +286,7 @@ void PartyRecv::processPartyInviteResponse(Net::MessageIn &msg)
void PartyRecv::processPartyItemPickup(Net::MessageIn &msg)
{
- UNIMPLIMENTEDPACKET;
+ UNIMPLEMENTEDPACKET;
// +++ probably need add option to show pickup notifications
// in party tab
msg.readBeingId("account id");
@@ -347,7 +347,7 @@ void PartyRecv::processPartyAutoItemSettingsContinue(Net::MessageIn &msg,
break;
default:
case PartyShare::UNKNOWN:
- UNIMPLIMENTEDPACKETFIELD(CAST_S32(item));
+ UNIMPLEMENTEDPACKETFIELD(CAST_S32(item));
break;
}
}