From 018680a339e96fe28e115f94a9eb0f0816bd72c4 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 24 Apr 2013 14:56:01 -0300 Subject: Fixed Bug #7182 Missing zero. http://hercules.ws/board/tracker/issue-7182-item-delay-issue/ Signed-off-by: shennetsind --- src/map/packets_struct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map') 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, -- cgit v1.2.3-70-g09d2