From 4b74975beef52ba284fa63cc4b5af3ad9e5ff0d2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Sep 2014 20:15:09 +0300 Subject: eathena: add missing party invite errors. --- src/net/eathena/partyhandler.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/net') diff --git a/src/net/eathena/partyhandler.cpp b/src/net/eathena/partyhandler.cpp index 90f39d89c..083ec9497 100644 --- a/src/net/eathena/partyhandler.cpp +++ b/src/net/eathena/partyhandler.cpp @@ -425,6 +425,18 @@ void PartyHandler::processPartyInviteResponse(Net::MessageIn &msg) const NotifyManager::notify(NotifyTypes::PARTY_INVITE_PARTY_FULL, nick); break; + case 4: + NotifyManager::notify(NotifyTypes::PARTY_INVITE_PARTY_SAME_ACCOUNT, + nick); + break; + case 5: + NotifyManager::notify(NotifyTypes::PARTY_INVITE_PARTY_BLOCKED_INVITE, + nick); + break; + case 7: + NotifyManager::notify(NotifyTypes::PARTY_INVITE_PARTY_NOT_ONLINE, + nick); + break; default: NotifyManager::notify(NotifyTypes::PARTY_INVITE_ERROR, nick); break; -- cgit v1.2.3-60-g2f50