From a2dd1c9d4ed8789018a9d139a804d0a858d837a1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 3 Nov 2016 16:57:20 +0300 Subject: Fix version for packet 0x08d2 ZC_FASTMOVE. --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index bc01b5c5a..7a7dae337 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -17623,7 +17623,7 @@ void clif_favorite_item(struct map_session_data* sd, unsigned short index) { } void clif_snap( struct block_list *bl, short x, short y ) { -#if PACKETVER >= 20111005 +#if PACKETVER >= 20110809 unsigned char buf[10]; nullpo_retv(bl); -- cgit v1.2.3-70-g09d2