Some work on skills.
Contributed by hitnar.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user