Reduced skill cast reuseDelay check to 3000.

Contributed by nasseka.
This commit is contained in:
MobiusDevelopment
2022-11-25 04:43:41 +00:00
parent ea9280bb30
commit bb9fbfbdde
26 changed files with 26 additions and 26 deletions

View File

@@ -266,7 +266,7 @@ public class SkillCaster implements Runnable
caster.sendPacket(SystemMessageId.A_SKILL_IS_READY_TO_BE_USED_AGAIN);
}
if (reuseDelay > 30000)
if (reuseDelay > 3000)
{
caster.addTimeStamp(_skill, reuseDelay);
}