Skip to content

Commit

Permalink
Update battlepet level tag
Browse files Browse the repository at this point in the history
  • Loading branch information
siweia committed Jul 31, 2020
1 parent 79ff573 commit fe7bb54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Interface/AddOns/NDui/Modules/UFs/Tags.lua
Expand Up @@ -114,6 +114,7 @@ oUF.Tags.Methods["fulllevel"] = function(unit)
local level = UnitEffectiveLevel(unit)
if UnitIsWildBattlePet(unit) or UnitIsBattlePetCompanion(unit) then
level = UnitBattlePetLevel(unit)
realLevel = level
end

local color = B.HexRGB(GetCreatureDifficultyColor(level))
Expand Down

0 comments on commit fe7bb54

Please sign in to comment.