diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2015-05-13 21:22:51 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2015-05-13 21:22:51 +0530 |
commit | 897ab7e72b911da2229d3cf94a41ac041b033d8c (patch) | |
tree | 3a4a77abcff810af1c05178b89c02502c6066674 /src | |
parent | 16365aaeeebaabc76c1e753b3b7d0b2790ad5f86 (diff) | |
download | hercules-897ab7e72b911da2229d3cf94a41ac041b033d8c.tar.gz hercules-897ab7e72b911da2229d3cf94a41ac041b033d8c.tar.bz2 hercules-897ab7e72b911da2229d3cf94a41ac041b033d8c.tar.xz hercules-897ab7e72b911da2229d3cf94a41ac041b033d8c.zip |
Fix a typo in packets.h
Diffstat (limited to 'src')
-rw-r--r-- | src/map/packets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 9aefcc931..db332c033 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -3126,7 +3126,7 @@ packet(0x020d,-1); // 2015 Packet Keys -#if PACKETVER >= 20150515 +#if PACKETVER >= 20150513 packetKeys(0x62C86D09,0x75944F17,0x112C133D); /* Dastgir */ #endif |