summaryrefslogtreecommitdiff
path: root/src/map/skill.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/skill.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/skill.h')
-rw-r--r--src/map/skill.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index 87a56345c..af6e6006a 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -23,6 +23,7 @@ struct skill_db {
int weapon,state,spiritball[MAX_SKILL_LEVEL];
int itemid[10],amount[10];
int castnodex[MAX_SKILL_LEVEL];
+ int delaynodex[MAX_SKILL_LEVEL];
int nocast;
};
extern struct skill_db skill_db[MAX_SKILL_DB];