HotZone availability reset at 01am.

This commit is contained in:
2023-02-24 00:32:18 -05:00
parent 6a948fbe2e
commit 176fdb51da
4 changed files with 34 additions and 5 deletions
-1
View File
@@ -61,7 +61,6 @@ public class Zone extends AbstractGameObject {
public final Set<NPC> zoneNPCSet = Collections.newSetFromMap(new ConcurrentHashMap<>());
public final Set<Mob> zoneMobSet = Collections.newSetFromMap(new ConcurrentHashMap<>());
public boolean hasBeenHotzone = false;
public LocalDateTime becameHotzone = null;
/**
* ResultSet Constructor
*/