summaryrefslogtreecommitdiff
path: root/src/emap/skill.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-01 15:24:35 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-01 17:23:19 +0300
commitfb398fe6dcc8ba797e133df3db3dcdfa1df9042b (patch)
tree89ba9d9cdbb9ad6e122c2984ad75ffbf53a8082a /src/emap/skill.h
parent8340001e7b3adb04d91a08c0372f058a4edfdf39 (diff)
downloadevol-hercules-fb398fe6dcc8ba797e133df3db3dcdfa1df9042b.tar.gz
evol-hercules-fb398fe6dcc8ba797e133df3db3dcdfa1df9042b.tar.bz2
evol-hercules-fb398fe6dcc8ba797e133df3db3dcdfa1df9042b.tar.xz
evol-hercules-fb398fe6dcc8ba797e133df3db3dcdfa1df9042b.zip
Add files for skill constants and ground skills handlers.
For now add one ground skill EVOL_MASSPROVOKE.
Diffstat (limited to 'src/emap/skill.h')
-rw-r--r--src/emap/skill.h8
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