summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/packets_struct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index 17c6777e8..600220dce 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -23,7 +23,7 @@ enum packet_headers {
additemType = 0xa0,
#elif PACKETVER < 20071002
additemType = 0x29a,
-#elif PACKETVER < 2013000 /* not sure date */
+#elif PACKETVER < 20130000 /* not sure date */
additemType = 0x2d4,
#else
additemType = 0x990,
@@ -85,7 +85,7 @@ enum packet_headers {
#else
unit_walkingType = 0x914,
#endif
-#if PACKETVER > 2013000 /* not sure date */
+#if PACKETVER > 20130000 /* not sure date */
dropflooritemType = 0x84b,
#else
dropflooritemType = 0x9e,