Merge pull request #13589 from MorganaOP/6.x

Core/BNet: Fixed wrong method use in GetStreamItemsRequest::Read
This commit is contained in:
Shauren
2014-11-19 12:00:02 +01:00
@@ -21,7 +21,7 @@
void Battlenet::Cache::GetStreamItemsRequest::Read()
{
_stream.WriteSkip(31);
_stream.ReadSkip(31);
Index = _stream.Read<uint32>(32);
ReferenceTime = _stream.Read<int32>(32) - std::numeric_limits<int32>::min();
_stream.Read<bool>(1); // StreamDirection