Increase gold and resource stack limits

This commit is contained in:
Rob
2026-07-12 02:00:23 +01:00
parent 52e2619a81
commit a5a7f855c6
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ public class Warehouse extends AbstractWorldObject {
public static ConcurrentHashMap<Integer, Integer> getMaxResources() {
if (maxResources.size() != 23) {
maxResources.put(7, 100000000);
maxResources.put(7, 1000000000);
maxResources.put(1580000, 10000);
maxResources.put(1580001, 2000);
maxResources.put(1580002, 2000);