diff options
Diffstat (limited to 'src/emap/skill.h')
-rw-r--r-- | src/emap/skill.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/emap/skill.h b/src/emap/skill.h index 63d8bda..db519cb 100644 --- a/src/emap/skill.h +++ b/src/emap/skill.h @@ -73,4 +73,12 @@ void eskill_get_requirement_unknown(struct status_change *sc, uint16 *skill_lv, struct skill_condition *req); +bool eskill_castend_pos2_unknown(struct block_list* src, + int *x, + int *y, + uint16 *skill_id, + uint16 *skill_lv, + int64 *tick, + int *flag); + #endif // EVOL_MAP_SKILL |