summaryrefslogtreecommitdiff
path: root/src/tool/moneycount/mmo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2010-09-29 12:58:43 +0000
committerMadCamel <madcamel@gmail.com>2010-09-29 11:44:44 -0400
commitabe126b7e331fa85f875a7f7fa36b7f8228542eb (patch)
tree6dec493254ef1ae92e3f74828e585dd2d269eabb /src/tool/moneycount/mmo.h
parent8fb3575d486e97f5f2d2f405690484d554153ba1 (diff)
downloadtmwa-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/moneycount/mmo.h')
-rw-r--r--src/tool/moneycount/mmo.h2
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