Some work on skills.

Contributed by hitnar.
This commit is contained in:
MobiusDev
2016-03-10 08:29:27 +00:00
parent fcd639299b
commit 86701eb971
9 changed files with 134 additions and 13 deletions

View File

@@ -694,9 +694,10 @@ public class L2DoorInstance extends L2Character
}
}
public void setTargetable(boolean b)
@Override
public void setTargetable(boolean value)
{
_isTargetable = b;
_isTargetable = value;
broadcastStatusUpdate();
}