summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-08 01:09:18 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-08 01:09:18 +0000
commit5cb5c85fb2e42517e21b26cf20bf32e590c173be (patch)
treefac838a2f57d10b102791f08afe9e94ca903b169 /src/common/mmo.h
parentc0861a40ae42b065d9d73c470e297ef17975ca65 (diff)
downloadhercules-5cb5c85fb2e42517e21b26cf20bf32e590c173be.tar.gz
hercules-5cb5c85fb2e42517e21b26cf20bf32e590c173be.tar.bz2
hercules-5cb5c85fb2e42517e21b26cf20bf32e590c173be.tar.xz
hercules-5cb5c85fb2e42517e21b26cf20bf32e590c173be.zip
Updated MAX_GUARDIANS to support an insane amount of guardians.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12529 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 1c3d1e53a..d246fd02c 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -49,7 +49,7 @@
#define MAX_GUILDSKILL 15 // increased max guild skills because of new skills [Sara-chan]
#define MAX_GUILDCASTLE 34 // Updated to include new entries for WoE:SE. [L0ne_W0lf]
#define MAX_GUILDLEVEL 50
-#define MAX_GUARDIANS 8 //Local max per castle. [Skotlex]
+#define MAX_GUARDIANS 46 //Local max per castle. [Skotlex]
#define MIN_HAIR_STYLE battle_config.min_hair_style
#define MAX_HAIR_STYLE battle_config.max_hair_style