summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-13 21:52:11 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-05 21:32:13 +0300
commit347750519c438bd9a90083796537780e9a355af3 (patch)
treeef372a10be0731e4c08dfcb76b084da0908d4a52 /src
parent798e0cd22aaa573565005a9e80a1ad5553b7c2b3 (diff)
downloadhercules-347750519c438bd9a90083796537780e9a355af3.tar.gz
hercules-347750519c438bd9a90083796537780e9a355af3.tar.bz2
hercules-347750519c438bd9a90083796537780e9a355af3.tar.xz
hercules-347750519c438bd9a90083796537780e9a355af3.zip
Adjust rodex packet versions based on tests.
Diffstat (limited to 'src')
-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 28b20c9e2..1731e88ca 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -19679,7 +19679,7 @@ void clif_rodex_request_items(struct map_session_data *sd, int8 opentype, int64
void clif_rodex_icon(int fd, bool show)
{
// packet add date is 20140716, but from players reports it wrong. Using closer known correct version.
-#if PACKETVER >= 20150513
+#if PACKETVER >= 20141112
WFIFOHEAD(fd, 3);
WFIFOW(fd, 0) = rodexicon;
WFIFOB(fd, 2) = (show == true ? 1 : 0);