Add item level to inspect frame #15

Merged
atomaka merged 6 commits from inspect-ilvl into master 2021-03-01 20:45:14 -05:00
Showing only changes of commit 4b034effe8 - Show all commits

View file

@ -66,7 +66,7 @@ function events:INSPECT_READY(guid)
unit = GetUnitFromGuid(guid) unit = GetUnitFromGuid(guid)
if unit then if unit and CanInspect(unit) then
local itemLevel = C_PaperDollInfo.GetInspectItemLevel(unit) local itemLevel = C_PaperDollInfo.GetInspectItemLevel(unit)
InspectFontStrings["itemLevel"]:SetText(itemLevel) InspectFontStrings["itemLevel"]:SetText(itemLevel)
end end