forked from MagicBane/Server
building gold cap increased to 100 million
This commit is contained in:
@@ -221,7 +221,7 @@ public class Building extends AbstractWorldObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this._strongboxValue = rs.getInt("currentGold");
|
this._strongboxValue = rs.getInt("currentGold");
|
||||||
this.maxGold = 15000000; // *** Refactor to blueprint method
|
this.maxGold = 100000000; // *** Refactor to blueprint method
|
||||||
this.reserve = rs.getInt("reserve");
|
this.reserve = rs.getInt("reserve");
|
||||||
|
|
||||||
// Does building have a protection contract?
|
// Does building have a protection contract?
|
||||||
|
|||||||
Reference in New Issue
Block a user