diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-10-14 16:53:44 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-10-14 16:53:44 +0200 |
commit | cc27497ea7793cbedff2065028fcc8b3aab28f58 (patch) | |
tree | adb89974fb87acc034327250ef81471509b31680 /src | |
parent | 1ef31ba752ed2ab7bcc30c11265d217b383dec4b (diff) |
Battle.net: Removed not implemented comment from stream items opcodes
Diffstat (limited to 'src')
-rw-r--r-- | src/server/bnetserver/Packets/CachePackets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/bnetserver/Packets/CachePackets.h b/src/server/bnetserver/Packets/CachePackets.h index ba4153fe623..4d9987a0f0e 100644 --- a/src/server/bnetserver/Packets/CachePackets.h +++ b/src/server/bnetserver/Packets/CachePackets.h @@ -29,13 +29,13 @@ namespace Battlenet CMSG_GATEWAY_LOOKUP_REQUEST = 0x2, // Not implemented CMSG_CONNECT_REQUEST = 0x4, // Not implemented CMSG_DATA_CHUNK = 0x7, // Not implemented - CMSG_GET_STREAM_ITEMS_REQUEST = 0x9, // Not implemented + CMSG_GET_STREAM_ITEMS_REQUEST = 0x9, SMSG_GATEWAY_LOOKUP_RESPONSE = 0x3, // Not implemented SMSG_CONNECT_RESPONSE = 0x4, // Not implemented SMSG_PUBLISH_LIST_RESPONSE = 0x7, // Not implemented SMSG_RESULT = 0x8, // Not implemented - SMSG_GET_STREAM_ITEMS_RESPONSE = 0x9 // Not implemented + SMSG_GET_STREAM_ITEMS_RESPONSE = 0x9 }; class GetStreamItemsRequest final : public ClientPacket |