diff options
author | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-05 20:59:29 +0000 |
---|---|---|
committer | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-05 20:59:29 +0000 |
commit | ac593dc91efaf23a881e8a8b86f3a72c6621cb36 (patch) | |
tree | 9ad7cefc60cc9251b3e497cccf10e544e43d28a5 /src/common/mmo.h | |
parent | e35ad7efa0336d241f252ccf6bbaed2e2fa4598d (diff) | |
download | hercules-ac593dc91efaf23a881e8a8b86f3a72c6621cb36.tar.gz hercules-ac593dc91efaf23a881e8a8b86f3a72c6621cb36.tar.bz2 hercules-ac593dc91efaf23a881e8a8b86f3a72c6621cb36.tar.xz hercules-ac593dc91efaf23a881e8a8b86f3a72c6621cb36.zip |
Fixed crash from guild skill point allocation, there seems to be a problem with guilds loading still.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@16 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-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 9b349ff44..9ed965e3b 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -41,7 +41,7 @@ #define MAX_GUILDPOSITION 20 // increased max guild positions to accomodate for all members [Valaris] (removed) [PoW]
#define MAX_GUILDEXPLUSION 32
#define MAX_GUILDALLIANCE 16
-#define MAX_GUILDSKILL 20 // increased max guild skills because of new skills [Sara-chan]
+#define MAX_GUILDSKILL 15 // increased max guild skills because of new skills [Sara-chan]
#define MAX_GUILDCASTLE 24 // increased to include novice castles [Valaris]
#define MAX_GUILDLEVEL 50
|