Sync with L2jServer HighFive Oct 2nd 2015.

This commit is contained in:
MobiusDev
2015-10-03 13:41:08 +00:00
parent c90d8eb135
commit 7259087da5
18 changed files with 469 additions and 602 deletions

View File

@@ -1629,7 +1629,7 @@ public class L2CharacterAI extends AbstractAI
public boolean canParty(Skill sk)
{
if (sk.getTargetType() == L2TargetType.PARTY)
if (isParty(sk))
{
int count = 0;
int ccount = 0;