summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-23 09:30:37 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-23 09:30:37 +0000
commit0184004cacce57c32c7d06dfa24e0a703de76554 (patch)
tree6879914f15f437ca61108f3ad3dd52b4e6c8c873 /src/map/skill.h
parent0352df880b0e71766ce0c3886355e285e329429d (diff)
downloadhercules-0184004cacce57c32c7d06dfa24e0a703de76554.tar.gz
hercules-0184004cacce57c32c7d06dfa24e0a703de76554.tar.bz2
hercules-0184004cacce57c32c7d06dfa24e0a703de76554.tar.xz
hercules-0184004cacce57c32c7d06dfa24e0a703de76554.zip
Added the missing Fixed Casting Time support.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15780 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index fe187b039..b78b1d54c 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -94,6 +94,9 @@ struct s_skill_db {
int range[MAX_SKILL_LEVEL],hit,inf,element[MAX_SKILL_LEVEL],nk,splash[MAX_SKILL_LEVEL],max;
int num[MAX_SKILL_LEVEL];
int cast[MAX_SKILL_LEVEL],walkdelay[MAX_SKILL_LEVEL],delay[MAX_SKILL_LEVEL];
+#if RECASTING
+ int fixed_cast[MAX_SKILL_LEVEL];
+#endif
int upkeep_time[MAX_SKILL_LEVEL],upkeep_time2[MAX_SKILL_LEVEL],cooldown[MAX_SKILL_LEVEL];
int castcancel,cast_def_rate;
int inf2,maxcount[MAX_SKILL_LEVEL],skill_type;