summaryrefslogtreecommitdiff
path: root/src/emap/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-05 17:59:35 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-05 17:59:35 +0300
commitab576fe0fc7a7f7de3880e9abd6b5cc068a1c0d1 (patch)
treed6a1f7bccde4a71c3b9fef8163d2d53620eecc12 /src/emap/clif.h
parent7eaba97f02e18d8610ea004851ab2ec8b8edeebb (diff)
downloadevol-hercules-ab576fe0fc7a7f7de3880e9abd6b5cc068a1c0d1.tar.gz
evol-hercules-ab576fe0fc7a7f7de3880e9abd6b5cc068a1c0d1.tar.bz2
evol-hercules-ab576fe0fc7a7f7de3880e9abd6b5cc068a1c0d1.tar.xz
evol-hercules-ab576fe0fc7a7f7de3880e9abd6b5cc068a1c0d1.zip
Add workaround for allow always npc script execution after warping.
In hercules it not enabled because Gravity client have issue if warp to other map.
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r--src/emap/clif.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/clif.h b/src/emap/clif.h
index 5fd155b..4c706cf 100644
--- a/src/emap/clif.h
+++ b/src/emap/clif.h
@@ -22,5 +22,7 @@ void eclif_set_unit_idle_post(struct block_list* bl, TBL_PC *tsd,
void eclif_set_unit_walking(struct block_list* bl, TBL_PC *tsd,
struct unit_data* ud, enum send_target *target);
void eclif_move(struct unit_data *ud);
+void eclif_parse_LoadEndAck_pre(int *fdPtr,
+ struct map_session_data *sd);
#endif // EVOL_MAP_CLIF