diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-18 02:12:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-18 02:12:32 +0300 |
commit | 2c7336914c7326992e55b44ad0051791f88966ef (patch) | |
tree | fb911870c347f5301968a1af281e8bf6e92c7729 /src/map/packets.h | |
parent | a51981a70618ebfd6c7873e2572470670b9821df (diff) | |
download | hercules-2c7336914c7326992e55b44ad0051791f88966ef.tar.gz hercules-2c7336914c7326992e55b44ad0051791f88966ef.tar.bz2 hercules-2c7336914c7326992e55b44ad0051791f88966ef.tar.xz hercules-2c7336914c7326992e55b44ad0051791f88966ef.zip |
Move packet 0x0998 clif->pEquipItem into past.
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 49ab5b2be..c73a924a8 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2222,6 +2222,12 @@ packet(0x96e,-1,clif->ackmergeitems); packet(0x0436,4,clif->pDull); // CZ_GANGSI_RANK #endif +// 2012-09-25aRagexe +#if PACKETVER >= 20120925 +// new packets (not all) + packet(0x0998,8,clif->pEquipItem,2,4); +#endif + // 2013-02-06aRagexe #if PACKETVER >= 20130206 // new packets @@ -2293,7 +2299,6 @@ packet(0x96e,-1,clif->ackmergeitems); // Shuffle End // New Packets - packet(0x0998,8,clif->pEquipItem,2,4); packet(0x0447,2); // PACKET_CZ_BLOCKING_PLAY_CANCEL packet(0x099f,24); // New Packets End |