summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-11-03 16:57:20 +0300
committerAndrei Karas <akaras@inbox.ru>2016-11-03 17:12:49 +0300
commita2dd1c9d4ed8789018a9d139a804d0a858d837a1 (patch)
treec0d93ae6f45a31fa6ea4f30b88697e72c3a6e598 /src/map/clif.c
parentffbed0ceb0f3f6e15aa2a0773bb4e5e7c4bf35f7 (diff)
downloadhercules-a2dd1c9d4ed8789018a9d139a804d0a858d837a1.tar.gz
hercules-a2dd1c9d4ed8789018a9d139a804d0a858d837a1.tar.bz2
hercules-a2dd1c9d4ed8789018a9d139a804d0a858d837a1.tar.xz
hercules-a2dd1c9d4ed8789018a9d139a804d0a858d837a1.zip
Fix version for packet 0x08d2 ZC_FASTMOVE.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
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);