increase player gold and bank gold limits

This commit is contained in:
2025-09-30 10:53:58 -05:00
parent 27946e695c
commit 1f88bb38fc
+2 -2
View File
@@ -33,11 +33,11 @@ public class MBServerStatics {
// hit box // hit box
// calcs // calcs
public static final boolean PRINT_INCOMING_OPCODES = false; // print public static final boolean PRINT_INCOMING_OPCODES = false; // print
public static final int BANK_GOLD_LIMIT = 25000000; public static final int BANK_GOLD_LIMIT = 50000000;
// incoming // incoming
// opcodes to // opcodes to
// console // console
public static final int PLAYER_GOLD_LIMIT = 10000000; public static final int PLAYER_GOLD_LIMIT = 20000000;
// buildings, npcs // buildings, npcs
/* /*
* Login cache flags * Login cache flags