forked from MagicBane/Server
increase player gold and bank gold limits
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user