diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-04 00:43:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-04 02:21:02 +0300 |
commit | 54e3b4cd8f9509aaea6f332e5180ff26f4c8b5a2 (patch) | |
tree | 26df42825808d802664d0eecda16cfe1f9a8a81a /src/map/packets_struct.h | |
parent | 5f3d37c89c60ecc89186fa8d6cba333369a8f4cf (diff) | |
download | hercules-54e3b4cd8f9509aaea6f332e5180ff26f4c8b5a2.tar.gz hercules-54e3b4cd8f9509aaea6f332e5180ff26f4c8b5a2.tar.bz2 hercules-54e3b4cd8f9509aaea6f332e5180ff26f4c8b5a2.tar.xz hercules-54e3b4cd8f9509aaea6f332e5180ff26f4c8b5a2.zip |
Add missing non shuffle packets for 2014 - 2015 years.
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r-- | src/map/packets_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 71a6bfd6e..daf431438 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -289,7 +289,7 @@ enum packet_headers { maptypeproperty2Type = 0x99b, npcmarketresultackType = 0x9d7, npcmarketopenType = 0x9d5, -#if PACKETVER >= 20131223 +#if PACKETVER >= 20131223 // version probably can be 20131030 [4144] wisendType = 0x9df, #else wisendType = 0x98, |