Forgot a final modifier from previous commit.
This commit is contained in:
parent
90916e5df2
commit
9f92d3ac16
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user