Forgotten test double constant changed back to long.

This commit is contained in:
MobiusDev
2017-11-21 15:55:04 +00:00
parent b6d36e36be
commit 3bd4e7d4e3
5 changed files with 5 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ public class L2PetInstance extends L2Summon
private L2PetLevelData _leveldata;
/** The Experience before the last Death Penalty */
private double _expBeforeDeath = 0;
private long _expBeforeDeath = 0;
private int _curWeightPenalty = 0;
public final L2PetLevelData getPetLevelData()