diff options
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 14b051b2e..fe187b039 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -1627,4 +1627,8 @@ enum gx_poison { PO_MAGICMUSHROOM, PO_VENOMBLEED }; +/** + * Auto Shadow Spell (Shadow Chaser) + **/ +int skill_select_menu(struct map_session_data *sd,int flag,int skill_id); #endif /* _SKILL_H_ */ |