Skip to content

Commit

Permalink
Merge pull request #102 from koliva8245/battlelobby
Browse files Browse the repository at this point in the history
Old replay, just grab battletags fixes #101
  • Loading branch information
barrett777 authored Jan 31, 2020
2 parents f41d693 + 4195889 commit f081695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Heroes.ReplayParser/MPQFiles/ReplayServerBattlelobby.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private static void DetailedParse(BitReader bitReader, Replay replay, uint s2maC

// Player info
// ------------------------
if (replay.ReplayBuild <= 43259 || replay.ReplayBuild == 47801)
if (replay.ReplayBuild <= 43905 || replay.ReplayBuild == 47801)
{
// Builds that are not yet supported for detailed parsing
// build 47801 is a ptr build that had new data in the battletag section, the data was changed in 47944 (patch for 47801)
Expand Down

0 comments on commit f081695

Please sign in to comment.