Dropped alt game tiredness config.

This commit is contained in:
MobiusDev
2018-04-06 23:49:44 +00:00
parent 4584db6d19
commit f013b5d027
18 changed files with 0 additions and 72 deletions

View File

@@ -1064,12 +1064,6 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
}
}
// Reduce the current CP if TIREDNESS configuration is activated
if (Config.ALT_GAME_TIREDNESS)
{
setCurrentCp(getCurrentCp() - 10);
}
final WeaponType attackType = getAttackType();
final boolean isTwoHanded = (weaponItem != null) && (weaponItem.getBodyPart() == L2Item.SLOT_LR_HAND);
final int timeAtk = Formulas.calculateTimeBetweenAttacks(getPAtkSpd());