Forgot a final modifier from previous commit.

This commit is contained in:
MobiusDev 2015-09-26 13:30:53 +00:00
parent 90916e5df2
commit 9f92d3ac16

View File

@ -52,7 +52,7 @@ public class AbnormalStatusUpdate extends L2GameServerPacket
}
else
{
int maxLevel = SkillData.getInstance().getMaxLevel(info.getSkill().getDisplayId());
final int maxLevel = SkillData.getInstance().getMaxLevel(info.getSkill().getDisplayId());
writeH(maxLevel);
writeH(info.getSkill().getDisplayLevel());
}