There is no need for integer constructor.
This commit is contained in:
@@ -8306,7 +8306,7 @@ public abstract class L2Character extends L2Object implements ISkillsHolder
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
_disabledSkills.remove(new Integer(_skill.getReuseHashCode()));
|
_disabledSkills.remove(_skill.getReuseHashCode());
|
||||||
|
|
||||||
if (this instanceof L2PcInstance)
|
if (this instanceof L2PcInstance)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user