summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-02 18:22:02 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-02 18:22:02 +0000
commit83de953a5fe5c1316abd3171a01f3e751edab3d1 (patch)
tree79c3e2082ff1dd82335693175f54d0b80016dddf /src/map/map.h
parent78f55689894725d4ec08fc2a86628bc585718415 (diff)
downloadhercules-83de953a5fe5c1316abd3171a01f3e751edab3d1.tar.gz
hercules-83de953a5fe5c1316abd3171a01f3e751edab3d1.tar.bz2
hercules-83de953a5fe5c1316abd3171a01f3e751edab3d1.tar.xz
hercules-83de953a5fe5c1316abd3171a01f3e751edab3d1.zip
* Reduced MAX_SKILL_LEVEL to 10
* Tidied up parts in skill_castfix a bit * Fixed map-server crashing if an empty line was added in any of the skill-xx db files * Updated skill_castnodex reading git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@895 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index eecb35afc..812785f13 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -16,7 +16,7 @@
#define LIFETIME_FLOORITEM 60
#define DAMAGELOG_SIZE 30
#define LOOTITEM_SIZE 10
-#define MAX_SKILL_LEVEL 100
+#define MAX_SKILL_LEVEL 10
#define MAX_STATUSCHANGE 210
#define MAX_SKILLUNITGROUP 32
#define MAX_MOBSKILLUNITGROUP 8