Party bonus exp/sp and party size.

Contributed by smmspider.
This commit is contained in:
MobiusDev
2015-07-28 19:38:09 +00:00
parent 428f516b1f
commit 165165c1c0
2 changed files with 7 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ public final class RequestJoinParty extends L2GameClientPacket
{
requestor.sendPacket(SystemMessageId.ONLY_THE_LEADER_CAN_GIVE_OUT_INVITATIONS);
}
else if (party.getMemberCount() >= 9)
else if (party.getMemberCount() >= 7) // 7 members for GOD version
{
requestor.sendPacket(SystemMessageId.THE_PARTY_IS_FULL);
}