building gold cap increased to 100 million

This commit is contained in:
2025-03-15 20:23:02 -05:00
parent 6d064636a5
commit 97d5a19e91
+1 -1
View File
@@ -221,7 +221,7 @@ public class Building extends AbstractWorldObject {
}
this._strongboxValue = rs.getInt("currentGold");
this.maxGold = 15000000; // *** Refactor to blueprint method
this.maxGold = 100000000; // *** Refactor to blueprint method
this.reserve = rs.getInt("reserve");
// Does building have a protection contract?