increase building gold limit to 100,000,000

This commit is contained in:
2025-03-27 17:07:31 -05:00
parent f3ef5def38
commit 4bca41ab6b
3 changed files with 4 additions and 2 deletions
+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 = MBServerStatics.BUILDING_GOLD_LIMIT; // *** Refactor to blueprint method
this.reserve = rs.getInt("reserve");
// Does building have a protection contract?