diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index ef42e49c0..2ba832429 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -103,7 +103,7 @@ #define MAX_ZENY 1000000000 //Official Limit: 2.1b ( the var that stores the money doesn't go much higher than this by default ) -#define MAX_BANK_ZENY 2100000000 +#define MAX_BANK_ZENY INT_MAX #define MAX_LEVEL 175 #define MAX_FAME 1000000000 |