forced hourly rune and contract drops

This commit is contained in:
2024-05-27 22:22:08 -05:00
parent 1c48b28d4e
commit de1bc375ca
2 changed files with 13 additions and 0 deletions
+2
View File
@@ -61,6 +61,8 @@ public class Zone extends AbstractGameObject {
//public static ArrayList<Mob> respawnQue = new ArrayList<>();
public static final Set<Mob> respawnQue = Collections.newSetFromMap(new ConcurrentHashMap<>());
public static long lastRespawn = 0;
public long lastRuneDrop = 0;
public long lastContractDrop = 0;
/**
* ResultSet Constructor
*/