barrett777 / Heroes.ReplayParser

A C# library for parsing Heroes of the Storm replay files (.StormReplay)
MIT License
223 stars 95 forks source link

Lots of missing data in Haunted Mines Replay #41

Closed koliva8245 closed 7 years ago

koliva8245 commented 7 years ago

No talents, no stats.

Haunted Mines (4).zip

barrett777 commented 7 years ago

It looks like this parsed successfully

Talents may not be shown if they are selected by the AI while a player is disconnected

It looks like everyone has most of their talents, and their end game stats

What in particular is missing?

koliva8245 commented 7 years ago

Found the problem, my branch wasn't up to date with yours. It was probably commit f2976c012d2619d3fbb2f7a45d79c9a3d59e2c92 that fixed it.