summaryrefslogtreecommitdiff
path: root/src/map/skill.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-01-09 14:46:35 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-01-17 17:35:36 -0800
commita8b4244aea48a5b7118acb2c136adcd50e8b650f (patch)
treea95bf533b4957bad68cdbaf6696246c76db009d4 /src/map/skill.hpp
parent9ce6320afe61969aa0843655b9a1d69eea6b1de1 (diff)
downloadtmwa-a8b4244aea48a5b7118acb2c136adcd50e8b650f.tar.gz
tmwa-a8b4244aea48a5b7118acb2c136adcd50e8b650f.tar.bz2
tmwa-a8b4244aea48a5b7118acb2c136adcd50e8b650f.tar.xz
tmwa-a8b4244aea48a5b7118acb2c136adcd50e8b650f.zip
Begin to trim skills.
Diffstat (limited to 'src/map/skill.hpp')
-rw-r--r--src/map/skill.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/skill.hpp b/src/map/skill.hpp
index 086b9cb..12021ff 100644
--- a/src/map/skill.hpp
+++ b/src/map/skill.hpp
@@ -30,7 +30,6 @@ struct skill_db
hp_rate[MAX_SKILL_LEVEL], sp_rate[MAX_SKILL_LEVEL],
zeny[MAX_SKILL_LEVEL];
int weapon;
- SkillState state;
int spiritball[MAX_SKILL_LEVEL];
int itemid[10], amount[10];
int castnodex[MAX_SKILL_LEVEL];