Repositories (1)
Lucid2.0
2 snippets stored for this repo
public static void updateParty(int partyid, PartyOperation operation, MaplePartyCharacter target) {
MapleParty party = getParty(partyid);
if (party == null) {
return; //Don't update, just return. And definitely don't throw a damn exception.
//throw new IllegalArgumentException("no party with the specified partyid exists");
}
final int oldExped = party.getExpeditionId();
YOU HAVE BEEN WARNED!
@ author: HealthCard*/
// lol at this faggot above ^^^ - wackyracer
var status = 0;