diff options
author | shennetsind <ind@henn.et> | 2013-06-14 09:14:44 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:56:38 -0400 |
commit | be8daa7d3ce57724c32b8e4916446eed7622992f (patch) | |
tree | ef783467e95c9f908ce6c9965c19cba8e85306c6 | |
parent | 7e58dbf3275eab3003eae3ff4cdaf5ee2ee9ce92 (diff) | |
download | hercules-be8daa7d3ce57724c32b8e4916446eed7622992f.tar.gz hercules-be8daa7d3ce57724c32b8e4916446eed7622992f.tar.bz2 hercules-be8daa7d3ce57724c32b8e4916446eed7622992f.tar.xz hercules-be8daa7d3ce57724c32b8e4916446eed7622992f.zip |
Follow up 5a942993dd12ae7d85b1633a58b0dc23f85832c2
Added packetKeys for 2013-06-12 Special Thanks to Shakto!
http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r-- | src/map/packets.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 244f19ed8..d0910f183 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2245,4 +2245,8 @@ packet(0x020d,-1); packet(0x0883,36,clif->pStoragePassword,0); #endif +#if PACKETVER >= 20130612 + packetKeys(0x295B0FCB, 0x3C000FCF, 0x6D166F66); /* Thanks to Shakto */ +#endif + #endif /* _PACKETS_H_ */ |