summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-23 17:09:28 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-23 17:09:28 +0300
commit04f16152151c23446a6f358badabeda7b0ea7380 (patch)
treed2a9264e19e6bf5a2ba5d317e930a477628d173e /src/map/clif.h
parent9aa109f1e404c60cf94832f95c82b7056916d14a (diff)
downloadevol-hercules-04f16152151c23446a6f358badabeda7b0ea7380.tar.gz
evol-hercules-04f16152151c23446a6f358badabeda7b0ea7380.tar.bz2
evol-hercules-04f16152151c23446a6f358badabeda7b0ea7380.tar.xz
evol-hercules-04f16152151c23446a6f358badabeda7b0ea7380.zip
map: send player own extended slots equipped items.
Also add support for sending armor slot.
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 4aaf033..190df21 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -8,5 +8,6 @@ void eclif_quest_send_list(struct map_session_data *sd);
void eclif_quest_add(struct map_session_data *sd, struct quest *qd);
void eclif_charnameack(int *fdPtr, struct block_list *bl);
void eclif_getareachar_unit_post(struct map_session_data* sd, struct block_list *bl);
+void eclif_authok_post(struct map_session_data *sd);
#endif // EVOL_MAP_CLIF