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
I'm trying to use this library specifically for WoW Classic as documented.
I am trying to create a WoW Classic instance like below
import { wow } from 'blizzard.js' const wowClassicClient = await wow.classic.createInstance({ ... })
But whenever I use wowClassicClient I only get retail specific data back.
For example await wowClassicClient.playableClass() returns all 12 retail classes. Searching for items returns the retail versions.
await wowClassicClient.playableClass()
Am I missing something somewhere?
Thanks
The text was updated successfully, but these errors were encountered:
Hey @albri that's my bad I forgot to set the namespace of the wow classic methods. I'll get a fix going
Sorry, something went wrong.
@albri fixed, 4.1.0 is now published to npm
4.1.0
Great, thanks a lot!
No branches or pull requests
I'm trying to use this library specifically for WoW Classic as documented.
I am trying to create a WoW Classic instance like below
But whenever I use wowClassicClient I only get retail specific data back.
For example
await wowClassicClient.playableClass()
returns all 12 retail classes. Searching for items returns the retail versions.Am I missing something somewhere?
Thanks
The text was updated successfully, but these errors were encountered: