*/
public void onRemoveFromParty(L2PcInstance player)
{
if (player == null || !player.isInDuel()) return;
Duel duel = getDuel(player.getDuelId());
if (duel != null) duel.onRemoveFromParty(player);
}
/**
* Broadcasts a packet to the team opposing the given player.
* @param player