fix prayer enhance timer. its actually 10 seconds shorter than 5 minutes

This commit is contained in:
l2-
2018-02-25 22:58:16 +01:00
parent 9f30c8ce9d
commit 56a4aecb6a

View File

@@ -66,7 +66,7 @@ public enum GameTimer
EXSUPERANTIFIRE("exsuperantifire", "Extended Super AntiFire", 6, ChronoUnit.MINUTES),
SANFEW("sanfew", "Sanfew serum", 6, ChronoUnit.MINUTES),
OVERLOAD_RAID("overloadraid", "Overload", 5, ChronoUnit.MINUTES),
PRAYER_ENHANCE("prayerenhance", "Prayer enhance", 5, ChronoUnit.MINUTES);
PRAYER_ENHANCE("prayerenhance", "Prayer enhance", 290, ChronoUnit.SECONDS);
@Getter
private final String imageResource;