diff options
Diffstat (limited to 'src/tool')
-rw-r--r-- | src/tool/moneycount/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool/moneycount/mmo.h b/src/tool/moneycount/mmo.h index 3989cea..640065a 100644 --- a/src/tool/moneycount/mmo.h +++ b/src/tool/moneycount/mmo.h @@ -34,7 +34,7 @@ #define MAX_STORAGE 300 #define MAX_GUILD_STORAGE 1000 #define MAX_PARTY 12 -#define MAX_GUILD 36 // increased max guild members to accomodate for +2 increase for extension levels [Valaris] (removed) [PoW] +#define MAX_GUILD 120 // increased max guild members to accomodate for +2 increase for extension levels [Valaris] (removed) [PoW] #define MAX_GUILDPOSITION 20 // increased max guild positions to accomodate for all members [Valaris] (removed) [PoW] #define MAX_GUILDEXPLUSION 32 #define MAX_GUILDALLIANCE 16 |