Blizzard / heroprotocol

Python library to decode Heroes of the Storm replays
MIT License
397 stars 71 forks source link

Unsupported base build: 81376 #93

Closed ScottIngram closed 4 years ago

ScottIngram commented 4 years ago

The replay file my HOTS just created chokes with the error message "Unsupported base build: 81376"

I looked in the https://github.com/Blizzard/heroprotocol/tree/master/heroprotocol/versions directory and it seems to only go up to 80702 https://github.com/Blizzard/heroprotocol/blob/master/heroprotocol/versions/protocol80702.py

MGatner commented 4 years ago

Same as #92

ScottIngram commented 4 years ago

fixed