Sync with L2jServer HighFive Oct 2nd 2015.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user