We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MapBuilder crash when build data of Azeroth for WtoLK. https://github.com/namreeb/namigator/blob/master/parser/Adt/Chunks/MH2O.cpp#L42 instance.Width and instance.Height are both zero. It works fine for TBC because header.Mh2oOffset is always zero.
during researching I found the 0x14 offset cause this issue. https://github.com/namreeb/namigator/blob/master/parser/Adt/Adt.cpp#L98 building success after remove this 0x14 offset.
what's your suggestion?
The text was updated successfully, but these errors were encountered:
Your fix is probably right. But I'm leaving this open to remind me to include some testing data in the wrath format.
Sorry, something went wrong.
Fixed MH2O parsing in ADTs. This fixes issue #32
9cd3a7a
I changed my mind. I fixed this issue and left myself a note with #33. Thanks for the report!
No branches or pull requests
MapBuilder crash when build data of Azeroth for WtoLK.
https://github.com/namreeb/namigator/blob/master/parser/Adt/Chunks/MH2O.cpp#L42
instance.Width and instance.Height are both zero.
It works fine for TBC because header.Mh2oOffset is always zero.
during researching I found the 0x14 offset cause this issue.
https://github.com/namreeb/namigator/blob/master/parser/Adt/Adt.cpp#L98
building success after remove this 0x14 offset.
what's your suggestion?
The text was updated successfully, but these errors were encountered: