diff options
author | Haru <haru@dotalux.com> | 2017-04-08 23:11:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-08 23:11:52 +0200 |
commit | fbfb6cea5d35e7fb171541704314f1b30091a181 (patch) | |
tree | f3cb38d2207cc236201826eef12b09aa024bbe5c /src/map/packets_struct.h | |
parent | cc8262cc21a8fff9a6b2e9c61372c89f5fa2377e (diff) | |
parent | 54e3b4cd8f9509aaea6f332e5180ff26f4c8b5a2 (diff) | |
download | hercules-fbfb6cea5d35e7fb171541704314f1b30091a181.tar.gz hercules-fbfb6cea5d35e7fb171541704314f1b30091a181.tar.bz2 hercules-fbfb6cea5d35e7fb171541704314f1b30091a181.tar.xz hercules-fbfb6cea5d35e7fb171541704314f1b30091a181.zip |
Merge pull request #1662 from 4144/packetsh
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, |