summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-23 11:43:12 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-23 11:43:12 +0300
commit9aa109f1e404c60cf94832f95c82b7056916d14a (patch)
treee0f0778b4427f7959094b3b2ad1ec432a6e6c7d8 /src/map/clif.h
parent2404bb2a08f98713d872743c33811ee7e4c69c49 (diff)
downloadevol-hercules-9aa109f1e404c60cf94832f95c82b7056916d14a.tar.gz
evol-hercules-9aa109f1e404c60cf94832f95c82b7056916d14a.tar.bz2
evol-hercules-9aa109f1e404c60cf94832f95c82b7056916d14a.tar.xz
evol-hercules-9aa109f1e404c60cf94832f95c82b7056916d14a.zip
map: show most slots to other players on warp or enter visible area.
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 5ad3a7b..4aaf033 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -7,5 +7,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);
#endif // EVOL_MAP_CLIF