Merge pull request #13589 from MorganaOP/6.x
Core/BNet: Fixed wrong method use in GetStreamItemsRequest::Read
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user