diff --git a/Heroes.ReplayParser/MPQFiles/ReplayServerBattlelobby.cs b/Heroes.ReplayParser/MPQFiles/ReplayServerBattlelobby.cs index 91fb6d0..74cf30a 100644 --- a/Heroes.ReplayParser/MPQFiles/ReplayServerBattlelobby.cs +++ b/Heroes.ReplayParser/MPQFiles/ReplayServerBattlelobby.cs @@ -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)