Skip to content

Commit 577556d

Browse files
committed
remove this
1 parent 3614c2a commit 577556d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElvUI/Mainline/Modules/Skins/PetBattle.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function S:PetBattleFrame()
228228
if s.petOwner and s.petIndex and (s.Icon.backdrop and s.Icon.backdrop:IsShown()) then
229229
local rarity = C_PetBattles_GetBreedQuality(s.petOwner, s.petIndex)
230230
if rarity then
231-
local color = ITEM_QUALITY_COLORS[rarity-1]
231+
local color = ITEM_QUALITY_COLORS[rarity]
232232
s.Icon.backdrop:SetBackdropBorderColor(color.r, color.g, color.b)
233233
end
234234
end

0 commit comments

Comments
 (0)