Add item level to inspect frame #15
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ function events:INSPECT_READY(guid)
|
|||
|
||||
|
||||
unit = GetUnitFromGuid(guid)
|
||||
if unit then
|
||||
if unit and CanInspect(unit) then
|
||||
local itemLevel = C_PaperDollInfo.GetInspectItemLevel(unit)
|
||||
InspectFontStrings["itemLevel"]:SetText(itemLevel)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue