From 4b1002f7c5fad28e39581161c1bf03dbdd1b7b54 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 11 Nov 2016 19:21:51 +0300 Subject: Fix typo implimented -> implemented. --- src/net/eathena/partyrecv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/eathena/partyrecv.cpp') 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; } } -- cgit v1.2.3-70-g09d2