Jump to content

TBC Quest Class not working properly?


Recommended Posts

Hey,

The Quest class doesnt work properly for TBC clients I think.

Stuff like this will do nothing

Quest.SelectGossipAvailableQuest(1);

The current WoW API Documentation says

SelectGossipAvailableQuest(index)

Which the class might be using, but in TBC you actually have to call this one:

SelectAvailableQuest(1)

This is just one example of a few non working commands in the class. Ofc we could run the Lua by ourself but would be nice if this gets updated/changed for tbc clients :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...