diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-20 01:49:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-20 02:24:18 +0300 |
commit | ef853a511e3c8ac67ce501cec30f4bd0fc3fa9b7 (patch) | |
tree | cf3f4bb88917c321ce6abe3d474f8c309f5b04f8 /src/emap/clif.h | |
parent | bbec048534c01eb039386745b13909026d58dbb3 (diff) | |
download | evol-hercules-ef853a511e3c8ac67ce501cec30f4bd0fc3fa9b7.tar.gz evol-hercules-ef853a511e3c8ac67ce501cec30f4bd0fc3fa9b7.tar.bz2 evol-hercules-ef853a511e3c8ac67ce501cec30f4bd0fc3fa9b7.tar.xz evol-hercules-ef853a511e3c8ac67ce501cec30f4bd0fc3fa9b7.zip |
Drop support for client protocol version 15 (Oct 26 2015).
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r-- | src/emap/clif.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emap/clif.h b/src/emap/clif.h index 1353cc7..dba0919 100644 --- a/src/emap/clif.h +++ b/src/emap/clif.h @@ -76,9 +76,6 @@ void eclif_disp_message_pre(struct block_list **srcPtr, const char **mesPtr, enum send_target *targetPtr); -void eclif_set_unit_idle_old(struct block_list* bl, - struct map_session_data *tsd, - enum send_target target); void eclif_spawn_unit_pre(struct block_list **blPtr, enum send_target *target); void eclif_addcards_post(unsigned char *buf, |