diff options
author | Andrei Karas <akaras@inbox.ru> | 2010-09-29 12:58:43 +0000 |
---|---|---|
committer | MadCamel <madcamel@gmail.com> | 2010-09-29 11:44:44 -0400 |
commit | abe126b7e331fa85f875a7f7fa36b7f8228542eb (patch) | |
tree | 6dec493254ef1ae92e3f74828e585dd2d269eabb /src/tool | |
parent | 8fb3575d486e97f5f2d2f405690484d554153ba1 (diff) | |
download | tmwa-abe126b7e331fa85f875a7f7fa36b7f8228542eb.tar.gz tmwa-abe126b7e331fa85f875a7f7fa36b7f8228542eb.tar.bz2 tmwa-abe126b7e331fa85f875a7f7fa36b7f8228542eb.tar.xz tmwa-abe126b7e331fa85f875a7f7fa36b7f8228542eb.zip |
Increase default guild member limit from 16 to 100.
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 |