diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-10 15:40:48 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-10 15:40:48 +0000 |
commit | e1bf8d0f4b7ea46275817d6584c081cb84255259 (patch) | |
tree | e2149466fbad5892847bee3508e36af20f278c4a /src/common/mmo.h | |
parent | 653257f5ec85a22f8b3f45f519b0f7ea065bca51 (diff) | |
download | hercules-e1bf8d0f4b7ea46275817d6584c081cb84255259.tar.gz hercules-e1bf8d0f4b7ea46275817d6584c081cb84255259.tar.bz2 hercules-e1bf8d0f4b7ea46275817d6584c081cb84255259.tar.xz hercules-e1bf8d0f4b7ea46275817d6584c081cb84255259.zip |
- Fixed Max Guardians max = 8 (no need to increase this value for woe 2.0 as non indexed guardians are set outside of the array).
- Hunter traps have 3500 HP, they are not removed by just one hit. (This also fix the bug you can't move traps with arrow shower).
- Some cleanups.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12549 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 03f70180c..ae028f283 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 46 //Local max per castle. [Skotlex] +#define MAX_GUARDIANS 8 //Local max per castle. [Skotlex] #define MAX_QUEST 25 //Max quests for a PC #define MAX_QUEST_OBJECTIVES 3 //Max quest objectives for a quest |