Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns a QuestLink for a quest.

questLink = GetQuestLink(questID)

Arguments[]

questID
number - Unique identifier for a quest.

Returns[]

QuestLink
string - The link to the quest specified
or nil, if the QuestID is invalid. Nil is also returned if the specified QuestID is not currently in the player's quest log.

Patches and hotfixes[]

At an unknown point between patches 6.2 and 7.3.2, this function's argument was changed to take a QuestID instead of a quest log index.

Advertisement