Fixes a crash when loading.

This commit is contained in:
hondacrx
2022-07-19 20:26:39 -04:00
parent 8a29b531ed
commit ce16bc0611
4 changed files with 8 additions and 9 deletions
@@ -39,7 +39,6 @@ namespace Framework.Constants
public const int MaxActionButtonActionValue = 0x00FFFFFF + 1;
public const int MaxDailyQuests = 25;
public const int QuestsCompletedBitsSize = 1750;
public static TimeSpan InfinityCooldownDelay = TimeSpan.FromSeconds(Time.Month); // used for set "infinity cooldowns" for spells and check
public const uint infinityCooldownDelayCheck = Time.Month / 2;