Sync with L2JServer Jan 24th 2015.
This commit is contained in:
@ -40,7 +40,7 @@ public class PartyMember implements ITargetTypeHandler
|
||||
}
|
||||
if (!target.isDead())
|
||||
{
|
||||
if ((target == activeChar) || (activeChar.isInParty() && target.isInParty() && (activeChar.getParty().getLeaderObjectId() == target.getParty().getLeaderObjectId())) || (activeChar.isPlayer() && target.isSummon() && (activeChar.getSummon() == target)) || (activeChar.isSummon() && target.isPlayer() && (activeChar == target.getSummon())))
|
||||
if ((target == activeChar) || (activeChar.isInParty() && target.isInParty() && (activeChar.getParty().getLeaderObjectId() == target.getParty().getLeaderObjectId())) || ((activeChar.isPlayer() && target.isSummon() && ((activeChar.getPet() == target) || activeChar.hasServitor(target.getObjectId()))) || (activeChar.isSummon() && target.isPlayer() && ((activeChar == target.getPet()) || target.hasServitor(activeChar.getObjectId())))))
|
||||
{
|
||||
return new L2Character[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user