From 85a37f40ddf59ec819c03a43cc893f42bed6b2ac Mon Sep 17 00:00:00 2001 From: hemagx Date: Mon, 21 Mar 2016 15:02:55 +0200 Subject: Update Max Zeny to official value 2,147,483,647 closes #1213 --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index 0abae6092..7df52e450 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -120,7 +120,7 @@ #define MAX_SLOTS 4 //Max amount of a single stacked item #define MAX_AMOUNT 30000 -#define MAX_ZENY 1000000000 +#define MAX_ZENY INT_MAX //Official Limit: 2.1b ( the var that stores the money doesn't go much higher than this by default ) #define MAX_BANK_ZENY INT_MAX -- cgit v1.2.3-60-g2f50