Sync with L2jServer HighFive Oct 10th 2015.
This commit is contained in:
@@ -424,4 +424,10 @@ public final class BuffInfo
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return "BuffInfo [effector=" + _effector + ", effected=" + _effected + ", skill=" + _skill + ", effects=" + _effects + ", tasks=" + _tasks + ", scheduledFutureTimeTask=" + _scheduledFutureTimeTask + ", abnormalTime=" + _abnormalTime + ", periodStartTicks=" + _periodStartTicks + ", isRemoved=" + _isRemoved + ", isInUse=" + _isInUse + "]";
|
||||
}
|
||||
}
|
||||
|
@@ -977,7 +977,7 @@ public final class Skill implements IIdentifiable
|
||||
|
||||
public boolean isBad()
|
||||
{
|
||||
return _effectPoint < 0;
|
||||
return (_effectPoint < 0) && (_targetType != L2TargetType.SELF);
|
||||
}
|
||||
|
||||
public boolean checkCondition(L2Character activeChar, L2Object object, boolean itemOrWeapon)
|
||||
|
Reference in New Issue
Block a user