Boss Rush PQ Rewarding System + minor patches

Introducing BRPQ rewarding system (KPQ/LPQ clear-like) and patched
issues regarding "no apparent party leader" after party leader
disconnects and reconnects.
This commit is contained in:
ronancpl
2017-04-29 12:05:26 -03:00
parent 7942dde1a1
commit 1d8caff63f
35 changed files with 644 additions and 391 deletions

View File

@@ -531,7 +531,7 @@ public class AbstractPlayerInteraction {
if(getParty() == null)
return false;
return getParty().getLeader().equals(getPlayer().getMPC());
return getParty().getLeaderId() == getPlayer().getId();
}
public void givePartyItems(int id, short quantity, List<MapleCharacter> party) {