summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-01-15 12:07:05 +0530
committerDastgir <dastgirpojee@rocketmail.com>2015-01-15 12:07:05 +0530
commit9fbeb05aa054b5ed9641460d2639f30812edd957 (patch)
tree8ee1e159b6d50d0304b8e289f8dfc4b4ed41ded4 /src/common/mmo.h
parent7fc45ed76a43749c4b3a115500b1dcffb9fbf639 (diff)
downloadhercules-9fbeb05aa054b5ed9641460d2639f30812edd957.tar.gz
hercules-9fbeb05aa054b5ed9641460d2639f30812edd957.tar.bz2
hercules-9fbeb05aa054b5ed9641460d2639f30812edd957.tar.xz
hercules-9fbeb05aa054b5ed9641460d2639f30812edd957.zip
Changed Zeny Limit in Bank to 2,147,483,647
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h2
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