summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-12-26 19:56:18 +0800
committerHaru <haru@dotalux.com>2016-01-09 18:45:14 +0100
commita0f25125a6239894a86d51ae8dcf6a06a4d0a380 (patch)
treeed58fa16b74e46268cd8701948ce69e5bd5bb95d /src/map/packets.h
parentd9d0e6275f579674735cf774069c27844a840397 (diff)
downloadhercules-a0f25125a6239894a86d51ae8dcf6a06a4d0a380.tar.gz
hercules-a0f25125a6239894a86d51ae8dcf6a06a4d0a380.tar.bz2
hercules-a0f25125a6239894a86d51ae8dcf6a06a4d0a380.tar.xz
hercules-a0f25125a6239894a86d51ae8dcf6a06a4d0a380.zip
Added support for MC_CARTDECORATE skill.
*This skill is supported only by 2015-08-05aRagexeRE clients onwards.* Closes #1025 as merged Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 9b9c7945f..f468cd3df 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2915,6 +2915,11 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x0a02,4); // ZC_DRESSROOM_OPEN
#endif
+#if PACKETVER >= 20150805 // RagexeRE
+ packet(0x097f,-1); // ZC_SELECTCART
+ packet(0x0980,7,clif->pSelectCart); // CZ_SELECTCART
+#endif
+
/* PacketKeys: http://herc.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/ */
#if PACKETVER >= 20110817
packetKeys(0x053D5CED,0x3DED6DED,0x6DED6DED); /* Thanks to Shakto */