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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/partyhandler.cpp b/src/net/eathena/partyhandler.cpp
index cfb838913..7a2d3c2b0 100644
--- a/src/net/eathena/partyhandler.cpp
+++ b/src/net/eathena/partyhandler.cpp
@@ -222,6 +222,7 @@ void PartyHandler::setShareItems(const Net::PartyShare::Type share) const
void PartyHandler::processPartyInvitationStats(Net::MessageIn &msg)
{
+ UNIMPLIMENTEDPACKET;
msg.readUInt8("allow party");
}
@@ -465,6 +466,7 @@ void PartyHandler::allowInvite(const bool allow) const
void PartyHandler::processPartyItemPickup(Net::MessageIn &msg)
{
+ UNIMPLIMENTEDPACKET;
// +++ probably need add option to show pickup notifications
// in party tab
msg.readInt32("account id");