summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-16 21:53:05 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-16 21:53:05 +0000
commit7f8e89279b819e0c3b6ed693bbacf880d3800488 (patch)
tree39f139c25146e140655008a510debcff5dc4cbaa /src/map/skill.h
parent1a115c25fc82c3769351c7fd5b8ffc487fafcc11 (diff)
downloadhercules-7f8e89279b819e0c3b6ed693bbacf880d3800488.tar.gz
hercules-7f8e89279b819e0c3b6ed693bbacf880d3800488.tar.bz2
hercules-7f8e89279b819e0c3b6ed693bbacf880d3800488.tar.xz
hercules-7f8e89279b819e0c3b6ed693bbacf880d3800488.zip
- Added a new column in the skill_db to specify the splash-range/area-of-effect of skills. (Work in progress)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5302 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index 427533ed8..5035c8766 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -46,7 +46,7 @@
struct skill_db {
char *name;
char *desc;
- int range[MAX_SKILL_LEVEL],hit,inf,pl,nk,max;
+ int range[MAX_SKILL_LEVEL],hit,inf,pl,nk,splash[MAX_SKILL_LEVEL],max;
int num[MAX_SKILL_LEVEL];
int cast[MAX_SKILL_LEVEL],delay[MAX_SKILL_LEVEL];
int upkeep_time[MAX_SKILL_LEVEL],upkeep_time2[MAX_SKILL_LEVEL];