From 3d3642ed7a5e698ab9363b2bc9e0aff53d9c15af Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Sun, 13 Aug 2017 00:32:21 +0300
Subject: Reported rodex bug fixes.

---
 src/map/clif.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/map/clif.c b/src/map/clif.c
index 2644194c7..28b20c9e2 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -19678,7 +19678,8 @@ void clif_rodex_request_items(struct map_session_data *sd, int8 opentype, int64
 
 void clif_rodex_icon(int fd, bool show)
 {
-#if PACKETVER >= 20140716
+// packet add date is 20140716, but from players reports it wrong. Using closer known correct version.
+#if PACKETVER >= 20150513
 	WFIFOHEAD(fd, 3);
 	WFIFOW(fd, 0) = rodexicon;
 	WFIFOB(fd, 2) = (show == true ? 1 : 0);
-- 
cgit v1.2.3-70-g09d2