There is no need for serial version.
This commit is contained in:
parent
6d011be2ff
commit
2501070808
@ -52,7 +52,7 @@ import org.l2jmobius.util.Rnd;
|
||||
public abstract class Creature extends WorldObject
|
||||
{
|
||||
private static final Logger _log = Logger.getLogger(Creature.class.getName());
|
||||
public long serialVersionUID = 305402420L;
|
||||
|
||||
private final List<Creature> _statusListener = new ArrayList<>();
|
||||
private ScheduledFuture<?> _attackTask;
|
||||
private ScheduledFuture<?> _hitTask;
|
||||
|
Loading…
Reference in New Issue
Block a user