barrett777 / Heroes.ReplayParser

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

Fix replay version #84

Closed koliva8245 closed 4 years ago

koliva8245 commented 4 years ago

This has always been wrong. headerStructure.dictionary[1].dictionary[0].vInt.Value is m_flag, the major version is the next index headerStructure.dictionary[1].dictionary[1].vInt.Value

Before 51978, the major version would always be 0.

barrett777 commented 4 years ago

Whoops!