|
@@ -40,7 +40,6 @@ import com.l2jserver.gameserver.model.L2Object;
|
|
import com.l2jserver.gameserver.model.actor.L2Character;
|
|
import com.l2jserver.gameserver.model.actor.L2Character;
|
|
import com.l2jserver.gameserver.model.actor.L2Playable;
|
|
import com.l2jserver.gameserver.model.actor.L2Playable;
|
|
import com.l2jserver.gameserver.model.actor.knownlist.DoorKnownList;
|
|
import com.l2jserver.gameserver.model.actor.knownlist.DoorKnownList;
|
|
-import com.l2jserver.gameserver.model.actor.stat.DoorStat;
|
|
|
|
import com.l2jserver.gameserver.model.actor.status.DoorStatus;
|
|
import com.l2jserver.gameserver.model.actor.status.DoorStatus;
|
|
import com.l2jserver.gameserver.model.actor.templates.L2DoorTemplate;
|
|
import com.l2jserver.gameserver.model.actor.templates.L2DoorTemplate;
|
|
import com.l2jserver.gameserver.model.entity.Castle;
|
|
import com.l2jserver.gameserver.model.entity.Castle;
|
|
@@ -189,12 +188,6 @@ public class L2DoorInstance extends L2Character
|
|
setKnownList(new DoorKnownList(this));
|
|
setKnownList(new DoorKnownList(this));
|
|
}
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
|
- public final DoorStat getStat()
|
|
|
|
- {
|
|
|
|
- return (DoorStat) super.getStat();
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@Override
|
|
@Override
|
|
public L2DoorTemplate getTemplate()
|
|
public L2DoorTemplate getTemplate()
|
|
{
|
|
{
|
|
@@ -202,12 +195,6 @@ public class L2DoorInstance extends L2Character
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
|
- public void initCharStat()
|
|
|
|
- {
|
|
|
|
- setStat(new DoorStat(this));
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@Override
|
|
@Override
|
|
public final DoorStatus getStatus()
|
|
public final DoorStatus getStatus()
|
|
{
|
|
{
|