summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-08-04 13:09:27 -0300
committershennetsind <ind@henn.et>2013-08-04 13:09:27 -0300
commit7b0361fb160a1126dc6f9873f87f8a02f704764e (patch)
treebde6c2a8deb928bf9f4ffb28810cb7928efa9536 /src/map/clif.h
parentb543724967c794fe9c2370a61b00c1cdc9cddd6b (diff)
downloadhercules-7b0361fb160a1126dc6f9873f87f8a02f704764e.tar.gz
hercules-7b0361fb160a1126dc6f9873f87f8a02f704764e.tar.bz2
hercules-7b0361fb160a1126dc6f9873f87f8a02f704764e.tar.xz
hercules-7b0361fb160a1126dc6f9873f87f8a02f704764e.zip
Fixed Bug #7605
http://hercules.ws/board/tracker/issue-7605-problem-with-old-client-versions/ Signed-off-by: shennetsind <ind@henn.et>
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 43b2fa1a6..f68eaafa3 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -527,6 +527,7 @@ struct clif_interface {
void (*spawn_unit) (struct block_list* bl, enum send_target target);
#if PACKETVER < 20091103
void (*spawn_unit2) (struct block_list* bl, enum send_target target);
+ void (*set_unit_idle2) (struct block_list* bl, struct map_session_data *tsd, enum send_target target);
#endif
void (*set_unit_walking) (struct block_list* bl, struct map_session_data *tsd,struct unit_data* ud, enum send_target target);
int (*calc_walkdelay) (struct block_list *bl,int delay, int type, int damage, int div_);