forked from MagicBane/Server
increase building gold limit to 100,000,000
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user