Added a link to questString
(added 2.4 link info) |
(Added a link to questString) |
||
| Line 26: | Line 26: | ||
local found, _, itemString = string.find(itemLink, "^|c%x+|H(.+)|h%[.+%]") | local found, _, itemString = string.find(itemLink, "^|c%x+|H(.+)|h%[.+%]") | ||
Note: The format of the link is similar for enchant, spell and quest links, with merely the "itemstring" changing. See [[spellString]] and [[ | Note: The format of the link is similar for enchant, spell and quest links, with merely the "itemstring" changing. See [[spellString]], [[enchantString]] and [[questString]] | ||
== Printing links for debug == | == Printing links for debug == | ||