Fixed items disappearing before the remaining time.
Contributed by SkOdD.
This commit is contained in:
parent
0abf114dd0
commit
29a45b45ae
@ -131,7 +131,7 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
private CrystalType _crystalType;
|
||||
private int _equipReuseDelay;
|
||||
private int _duration;
|
||||
private int _time;
|
||||
private long _time;
|
||||
private int _autoDestroyTime;
|
||||
private int _bodyPart;
|
||||
private int _referencePrice;
|
||||
@ -267,9 +267,9 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
|
||||
/**
|
||||
* Returns the time of the item
|
||||
* @return int
|
||||
* @return long
|
||||
*/
|
||||
public final int getTime()
|
||||
public final long getTime()
|
||||
{
|
||||
return _time;
|
||||
}
|
||||
|
@ -131,7 +131,7 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
private CrystalType _crystalType;
|
||||
private int _equipReuseDelay;
|
||||
private int _duration;
|
||||
private int _time;
|
||||
private long _time;
|
||||
private int _autoDestroyTime;
|
||||
private int _bodyPart;
|
||||
private int _referencePrice;
|
||||
@ -267,9 +267,9 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
|
||||
/**
|
||||
* Returns the time of the item
|
||||
* @return int
|
||||
* @return long
|
||||
*/
|
||||
public final int getTime()
|
||||
public final long getTime()
|
||||
{
|
||||
return _time;
|
||||
}
|
||||
|
@ -131,7 +131,7 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
private CrystalType _crystalType;
|
||||
private int _equipReuseDelay;
|
||||
private int _duration;
|
||||
private int _time;
|
||||
private long _time;
|
||||
private int _autoDestroyTime;
|
||||
private int _bodyPart;
|
||||
private int _referencePrice;
|
||||
@ -267,9 +267,9 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
|
||||
/**
|
||||
* Returns the time of the item
|
||||
* @return int
|
||||
* @return long
|
||||
*/
|
||||
public final int getTime()
|
||||
public final long getTime()
|
||||
{
|
||||
return _time;
|
||||
}
|
||||
|
@ -131,7 +131,7 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
private CrystalType _crystalType;
|
||||
private int _equipReuseDelay;
|
||||
private int _duration;
|
||||
private int _time;
|
||||
private long _time;
|
||||
private int _autoDestroyTime;
|
||||
private int _bodyPart;
|
||||
private long _referencePrice;
|
||||
@ -267,9 +267,9 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
|
||||
/**
|
||||
* Returns the time of the item
|
||||
* @return int
|
||||
* @return long
|
||||
*/
|
||||
public final int getTime()
|
||||
public final long getTime()
|
||||
{
|
||||
return _time;
|
||||
}
|
||||
|
@ -115,7 +115,7 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
private CrystalType _crystalType;
|
||||
private int _equipReuseDelay;
|
||||
private int _duration;
|
||||
private int _time;
|
||||
private long _time;
|
||||
private int _autoDestroyTime;
|
||||
private int _bodyPart;
|
||||
private int _referencePrice;
|
||||
@ -311,9 +311,9 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
|
||||
/**
|
||||
* Returns the time of the item
|
||||
* @return int
|
||||
* @return long
|
||||
*/
|
||||
public final int getTime()
|
||||
public final long getTime()
|
||||
{
|
||||
return _time;
|
||||
}
|
||||
|
@ -131,7 +131,7 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
private CrystalType _crystalType;
|
||||
private int _equipReuseDelay;
|
||||
private int _duration;
|
||||
private int _time;
|
||||
private long _time;
|
||||
private int _autoDestroyTime;
|
||||
private int _bodyPart;
|
||||
private int _referencePrice;
|
||||
@ -271,9 +271,9 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
|
||||
/**
|
||||
* Returns the time of the item
|
||||
* @return int
|
||||
* @return long
|
||||
*/
|
||||
public final int getTime()
|
||||
public final long getTime()
|
||||
{
|
||||
return _time;
|
||||
}
|
||||
|
@ -131,7 +131,7 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
private CrystalType _crystalType;
|
||||
private int _equipReuseDelay;
|
||||
private int _duration;
|
||||
private int _time;
|
||||
private long _time;
|
||||
private int _autoDestroyTime;
|
||||
private int _bodyPart;
|
||||
private int _referencePrice;
|
||||
@ -271,9 +271,9 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
|
||||
/**
|
||||
* Returns the time of the item
|
||||
* @return int
|
||||
* @return long
|
||||
*/
|
||||
public final int getTime()
|
||||
public final long getTime()
|
||||
{
|
||||
return _time;
|
||||
}
|
||||
|
@ -132,7 +132,7 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
private CrystalType _crystalType;
|
||||
private int _equipReuseDelay;
|
||||
private int _duration;
|
||||
private int _time;
|
||||
private long _time;
|
||||
private int _autoDestroyTime;
|
||||
private int _bodyPart;
|
||||
private int _referencePrice;
|
||||
@ -272,9 +272,9 @@ public abstract class L2Item extends ListenersContainer implements IIdentifiable
|
||||
|
||||
/**
|
||||
* Returns the time of the item
|
||||
* @return int
|
||||
* @return long
|
||||
*/
|
||||
public final int getTime()
|
||||
public final long getTime()
|
||||
{
|
||||
return _time;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user