fix prayer enhance duration
This commit is contained in:
@@ -65,7 +65,7 @@ public enum GameTimer
|
|||||||
EXSUPERANTIFIRE("exsuperantifire", "Extended Super AntiFire", 6, ChronoUnit.MINUTES),
|
EXSUPERANTIFIRE("exsuperantifire", "Extended Super AntiFire", 6, ChronoUnit.MINUTES),
|
||||||
SANFEW("sanfew", "Sanfew serum", 6, ChronoUnit.MINUTES),
|
SANFEW("sanfew", "Sanfew serum", 6, ChronoUnit.MINUTES),
|
||||||
OVERLOAD_RAID("overloadraid", "Overload", 5, ChronoUnit.MINUTES),
|
OVERLOAD_RAID("overloadraid", "Overload", 5, ChronoUnit.MINUTES),
|
||||||
PRAYER_ENHANCE("prayerenhance", "Prayer enhance", 290, ChronoUnit.SECONDS),
|
PRAYER_ENHANCE("prayerenhance", "Prayer enhance", 275, ChronoUnit.SECONDS),
|
||||||
GOD_WARS_ALTAR("altar", "God wars altar", 10, ChronoUnit.MINUTES),
|
GOD_WARS_ALTAR("altar", "God wars altar", 10, ChronoUnit.MINUTES),
|
||||||
ANTIPOISON("antipoison", "Antipoison", 90, ChronoUnit.SECONDS),
|
ANTIPOISON("antipoison", "Antipoison", 90, ChronoUnit.SECONDS),
|
||||||
SUPERANTIPOISON("superantipoison", "Superantipoison", 346, ChronoUnit.SECONDS);
|
SUPERANTIPOISON("superantipoison", "Superantipoison", 346, ChronoUnit.SECONDS);
|
||||||
|
|||||||
Reference in New Issue
Block a user