From 4195889993685d0079a2b37c848a62459c1c5c21 Mon Sep 17 00:00:00 2001 From: koliva8245 Date: Fri, 31 Jan 2020 08:43:08 -0600 Subject: [PATCH] Old replay, just grab battletags fixes #101 --- Heroes.ReplayParser/MPQFiles/ReplayServerBattlelobby.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)