ClassMaster auto learn skill fixes.

This commit is contained in:
MobiusDev
2017-10-15 23:06:02 +00:00
parent 4756112896
commit 79646b1e2a
8 changed files with 84 additions and 76 deletions

View File

@@ -4223,7 +4223,6 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
// Remove all its Func objects from the L2Character calculator set
if (oldSkill != null)
{
// Stop casting if this skill is used right now
abortCast(s -> s.getSkill().getId() == skillId);