Wowpedia

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

READ MORE

Wowpedia
Advertisement

Returns linkto the quest items.

GetQuestItemLink(type, itemNum);

Arguments
(String type, Number itemNum)
type
"required" "reward" or "choice"
itemNum
Item Index

Example
local name, texture, numItems, quality, isUsable = GetQuestItemLink(type, i);
Result
dont know

Template:WoW API

Advertisement