diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-23 09:33:44 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-23 09:33:44 +0000 |
commit | fb8340df44d09c75593c2b97dc4fdba18d081899 (patch) | |
tree | 83ecf999d18684b157257dfc0e13ffd1c6f50203 /src/map/map.h | |
parent | 9660252ee3356d165ce5467c06ec2172d925b4fa (diff) | |
download | hercules-fb8340df44d09c75593c2b97dc4fdba18d081899.tar.gz hercules-fb8340df44d09c75593c2b97dc4fdba18d081899.tar.bz2 hercules-fb8340df44d09c75593c2b97dc4fdba18d081899.tar.xz hercules-fb8340df44d09c75593c2b97dc4fdba18d081899.zip |
- Added some code for the new guild skills (10%) and Moonlit
- Corrected Hilt Binding and Assassin Cross' dual wield
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@333 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index f54579ea2..48f1eb750 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -17,7 +17,7 @@ #define DAMAGELOG_SIZE 30 #define LOOTITEM_SIZE 10 #define MAX_SKILL_LEVEL 100 -#define MAX_STATUSCHANGE 200 +#define MAX_STATUSCHANGE 210 #define MAX_SKILLUNITGROUP 32 #define MAX_MOBSKILLUNITGROUP 8 #define MAX_SKILLUNITGROUPTICKSET 128 |