summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-14 09:14:44 -0300
committershennetsind <ind@henn.et>2013-06-14 09:14:44 -0300
commit0f7879b1d2c9cd6ddbedcc7f359e4f981690ef46 (patch)
tree5a30a4085c7eefd1f27301290b45d561aa2b871f /src/map/packets.h
parent35dcafcc79892075bfbd5087b44116c6328cc533 (diff)
downloadhercules-0f7879b1d2c9cd6ddbedcc7f359e4f981690ef46.tar.gz
hercules-0f7879b1d2c9cd6ddbedcc7f359e4f981690ef46.tar.bz2
hercules-0f7879b1d2c9cd6ddbedcc7f359e4f981690ef46.tar.xz
hercules-0f7879b1d2c9cd6ddbedcc7f359e4f981690ef46.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>
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h4
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_ */