diff options
author | shennetsind <ind@henn.et> | 2013-08-04 13:09:27 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-08-04 13:09:27 -0300 |
commit | 7b0361fb160a1126dc6f9873f87f8a02f704764e (patch) | |
tree | bde6c2a8deb928bf9f4ffb28810cb7928efa9536 /src/map/clif.h | |
parent | b543724967c794fe9c2370a61b00c1cdc9cddd6b (diff) | |
download | hercules-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.h | 1 |
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_); |