diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-18 02:45:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-18 02:45:30 +0300 |
commit | db7802ef30f09ffdc391e612831d91134672ab99 (patch) | |
tree | 6e3af65b84a04f957048c4ac108a2f9127670007 | |
parent | 4f31905991f26759e47c4eac15e1c9d89182da5e (diff) | |
download | hercules-db7802ef30f09ffdc391e612831d91134672ab99.tar.gz hercules-db7802ef30f09ffdc391e612831d91134672ab99.tar.bz2 hercules-db7802ef30f09ffdc391e612831d91134672ab99.tar.xz hercules-db7802ef30f09ffdc391e612831d91134672ab99.zip |
Add non shuffle packets for 2013-07-17cRagexe.
Change one packet added in previous commits.
Move one packet from future version to this.
-rw-r--r-- | src/map/packets.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 65908219c..22e280a0e 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2651,6 +2651,15 @@ packet(0x96e,-1,clif->ackmergeitems); // changed packet sizes #endif +// 2013-07-17cRagexe +#if PACKETVER >= 20130717 +// new packets + packet(0x09cb,17); // ZC_USE_SKILL2 + packet(0x09cc,-1); // ZC_SECRETSCAN_DATA +// changed packet sizes + packet(0x09c1,10); // ZC_C_MARKERINFO +#endif + //2013-08-07Ragexe (Shakto) #if PACKETVER >= 20130807 packet(0x0369,7,clif->pActionRequest,2,6); @@ -2803,7 +2812,6 @@ packet(0x96e,-1,clif->ackmergeitems); packet(0x08A4,36,clif->pStoragePassword,0); packet(0x0363,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD packet(0x0436,4,clif->pDull); // CZ_GANGSI_RANK - packet(0x09cb,17); #endif // 2013-12-30aRagexe - Yommy |