From 365fb8f3accedaf1935b82fa1018d6df0161f683 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 3 Nov 2016 03:35:17 +0300 Subject: Fix version for packet 0x08b3 ZC_SHOWSCRIPT --- src/map/clif.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 031959be2..db9224329 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -17865,6 +17865,7 @@ void clif_partytickack(struct map_session_data* sd, bool flag) { void clif_ShowScript(struct block_list *bl, const char *message) { +#if PACKETVER >= 20110111 char buf[256]; int len; nullpo_retv(bl); @@ -17884,6 +17885,7 @@ void clif_ShowScript(struct block_list *bl, const char *message) WBUFL(buf,4) = bl->id; safestrncpy(WBUFP(buf,8),message,len); clif->send(buf,WBUFW(buf,2),bl,AREA); +#endif } void clif_status_change_end(struct block_list *bl, int tid, enum send_target target, int type) { -- cgit v1.2.3-70-g09d2