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
Hey there!
We're workong on a Reflex DB analyzer tool and since there is no region info we are forced to fetch it from config.wtf which is not quite reliable.
Currently Reflex stores realm & character names but it would be really helpful to also store the current region of the match.
There is an API for that: https://wowpedia.fandom.com/wiki/API_GetCurrentRegion
So I suppose we could add something like
RE.MatchData.Region = GetCurrentRegion()
Somewhere here: https://github.com/AcidWeb/REFlex/blob/master/REFlex.lua#L892
If there is any way to sponsor a PR for this I'd be glad to help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there!
We're workong on a Reflex DB analyzer tool and since there is no region info we are forced to fetch it from config.wtf which is not quite reliable.
Currently Reflex stores realm & character names but it would be really helpful to also store the current region of the match.
There is an API for that: https://wowpedia.fandom.com/wiki/API_GetCurrentRegion
So I suppose we could add something like
Somewhere here: https://github.com/AcidWeb/REFlex/blob/master/REFlex.lua#L892
If there is any way to sponsor a PR for this I'd be glad to help.
The text was updated successfully, but these errors were encountered: