diff options
Diffstat (limited to 'src')
-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 81ceae5f8..a0c967c10 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -39,7 +39,7 @@ #define DEFAULT_WALK_SPEED 150 #define MIN_WALK_SPEED 0 #define MAX_WALK_SPEED 1000 -#define MAX_STORAGE 300 +#define MAX_STORAGE 600 #define MAX_GUILD_STORAGE 1000 #define MAX_PARTY 12 #define MAX_GUILD 16+10*6 // increased max guild members +6 per 1 extension levels [Lupus] |