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
Current Behavior
https://www.opendota.com/heroes/86
404 image
Expected behavior/code
show image
The text was updated successfully, but these errors were encountered:
Looks like in dotaconstants we just need to filter out:
"rubick_hidden1", "rubick_hidden2", "rubick_hidden3",
Sorry, something went wrong.
Rubicks not the only hero. It's a bunch of them so I think we need a different fix. Check batrider too
I think we just have to manually exclude all of these, unless we can identify a pattern
Looking into it, we can fix this by filtering on "behavior": "Hidden",
"behavior": "Hidden",
#3138
Successfully merging a pull request may close this issue.
Current Behavior
https://www.opendota.com/heroes/86
404 image
Expected behavior/code
show image
The text was updated successfully, but these errors were encountered: