diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-18 02:19:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-18 02:19:25 +0300 |
commit | 455e43892eaae239af1928559766065bd99ddb97 (patch) | |
tree | 79744c2b1a402eb3878638f36e6242f8ece97daf /src | |
parent | 2c7336914c7326992e55b44ad0051791f88966ef (diff) | |
download | hercules-455e43892eaae239af1928559766065bd99ddb97.tar.gz hercules-455e43892eaae239af1928559766065bd99ddb97.tar.bz2 hercules-455e43892eaae239af1928559766065bd99ddb97.tar.xz hercules-455e43892eaae239af1928559766065bd99ddb97.zip |
Add comment for possible wrong packets in 2013-03-20Ragexe.
Diffstat (limited to 'src')
-rw-r--r-- | src/map/packets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index c73a924a8..0d386b759 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2298,7 +2298,7 @@ packet(0x96e,-1,clif->ackmergeitems); packet(0x095a,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD // Shuffle End - // New Packets + // New Packets (wrong version or packet not exists) packet(0x0447,2); // PACKET_CZ_BLOCKING_PLAY_CANCEL packet(0x099f,24); // New Packets End |