summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-28 11:42:05 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-28 11:42:05 +0000
commit6a17ecdd779805b27ae202af8117e8bd113c6a95 (patch)
tree152234accd09ee10d23aab8ab9f7c0003d2847c0 /src/common/mmo.h
parenta4c572688395a10ca3c5272184c1eef52bd423ca (diff)
downloadhercules-6a17ecdd779805b27ae202af8117e8bd113c6a95.tar.gz
hercules-6a17ecdd779805b27ae202af8117e8bd113c6a95.tar.bz2
hercules-6a17ecdd779805b27ae202af8117e8bd113c6a95.tar.xz
hercules-6a17ecdd779805b27ae202af8117e8bd113c6a95.zip
fixed Guild skill Extention +2 -> +6 people per level.
btw.. should txt-convertot use its own mmo.h? i think not git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@400 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 5483e30d2..ffcba6e28 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -39,7 +39,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 16+10*6 // increased max guild members to accomodate for +6 increase for extension levels [Lupus]
#define MAX_GUILDPOSITION 20 // increased max guild positions to accomodate for all members [Valaris] (removed) [PoW]
#define MAX_GUILDEXPLUSION 32
#define MAX_GUILDALLIANCE 16