summaryrefslogtreecommitdiff
path: root/src/emap/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-19 20:35:13 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-19 20:35:13 +0300
commita6c604b5228b023d638b1d595b80ed2e9ed29234 (patch)
tree019206664ae11603d8841b8fd35864acf00b8dbd /src/emap/clif.h
parentb495c9d144b75bbc7877aaf4efb19f09f47b0181 (diff)
downloadevol-hercules-a6c604b5228b023d638b1d595b80ed2e9ed29234.tar.gz
evol-hercules-a6c604b5228b023d638b1d595b80ed2e9ed29234.tar.bz2
evol-hercules-a6c604b5228b023d638b1d595b80ed2e9ed29234.tar.xz
evol-hercules-a6c604b5228b023d638b1d595b80ed2e9ed29234.zip
Send inf2 in skill info packet.
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r--src/emap/clif.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/clif.h b/src/emap/clif.h
index 5f37b78..9605e7c 100644
--- a/src/emap/clif.h
+++ b/src/emap/clif.h
@@ -96,5 +96,8 @@ void eclif_useskill(struct block_list* bl,
void eclif_skillinfoblock_pre(struct map_session_data **sdPtr);
void eclif_addskill_pre(struct map_session_data **sdPtr,
int *idPtr);
+void eclif_skillinfo_pre(struct map_session_data **sdPtr,
+ int *skill_idPtr,
+ int *infPtr);
#endif // EVOL_MAP_CLIF