diff options
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 1 |
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]; |