diff options
-rw-r--r-- | src/net/eathena/rouletterecv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/rouletterecv.cpp b/src/net/eathena/rouletterecv.cpp index 352da948a..b6a02127d 100644 --- a/src/net/eathena/rouletterecv.cpp +++ b/src/net/eathena/rouletterecv.cpp @@ -39,7 +39,7 @@ void RouletteRecv::processRouletteInfoAckType(Net::MessageIn &msg) { msg.readInt16("row"); msg.readInt16("position"); - if (msg.getVersion() >= 20180523) + if (msg.getVersion() >= 20180511) { msg.readInt32("item id"); msg.readInt16("count"); |