summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net/eathena/updateprotocol.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/eathena/updateprotocol.cpp b/src/net/eathena/updateprotocol.cpp
index 066995cd2..637ac620b 100644
--- a/src/net/eathena/updateprotocol.cpp
+++ b/src/net/eathena/updateprotocol.cpp
@@ -68,7 +68,9 @@ void updateProtocol()
packetVersionMain = 0;
packetVersionRe = 0;
}
- if (packetVersionRe >= 20180704)
+ if (packetVersionMain >= 20181121 ||
+ packetVersionRe >= 20180704 ||
+ packetVersionZero >= 20181114)
{
itemIdLen = 4;
}