summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-18 02:48:04 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-18 02:48:04 +0300
commitee779e6f44fda85fc683c6b1d953ee7a27bbbb23 (patch)
tree6eadaa833d4cff65eafd123a3d27828939c9af78 /src/map/packets.h
parentdb7802ef30f09ffdc391e612831d91134672ab99 (diff)
downloadhercules-ee779e6f44fda85fc683c6b1d953ee7a27bbbb23.tar.gz
hercules-ee779e6f44fda85fc683c6b1d953ee7a27bbbb23.tar.bz2
hercules-ee779e6f44fda85fc683c6b1d953ee7a27bbbb23.tar.xz
hercules-ee779e6f44fda85fc683c6b1d953ee7a27bbbb23.zip
Add packet 0x09cd ZC_MSG_COLOR.
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 22e280a0e..e4883db3b 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2697,6 +2697,13 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x0436,4,clif->pDull); // CZ_GANGSI_RANK
#endif
+// 2013-08-07aRagexe
+#if PACKETVER >= 20130807
+// new packets
+ packet(0x09cd,8); // ZC_MSG_COLOR
+// changed packet sizes
+#endif
+
//2013-08-14aRagexe - Themon
#if PACKETVER >= 20130814
packet(0x0874,7,clif->pActionRequest,2,6);