Skip to content

Commit

Permalink
Old replay, just grab battletags fixes #101
Browse files Browse the repository at this point in the history
  • Loading branch information
koliva8245 committed Jan 31, 2020
1 parent f41d693 commit 4195889
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 4195889

Please sign in to comment.