10 - Display of the "Milling:" heading buggy
What steps will reproduce the problem?
1. /script MILLHELP_HEADER = true
2. Mouse-over an ink
What is the expected output? What do you see instead?
An error occurs, instead of the tooltip with the correct list of herbs.
What version of the product are you using?
2.0.2
Please change in function AddMillingInfo:
frame:AddLine(strformat("|cffffffff%s|r", header1))
->
frame:AddLine(strformat("|cffffffff%s|r", L["Milling:"]))
header1 seems to be a NIL.