We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3614c2a commit 577556dCopy full SHA for 577556d
ElvUI/Mainline/Modules/Skins/PetBattle.lua
@@ -228,7 +228,7 @@ function S:PetBattleFrame()
228
if s.petOwner and s.petIndex and (s.Icon.backdrop and s.Icon.backdrop:IsShown()) then
229
local rarity = C_PetBattles_GetBreedQuality(s.petOwner, s.petIndex)
230
if rarity then
231
- local color = ITEM_QUALITY_COLORS[rarity-1]
+ local color = ITEM_QUALITY_COLORS[rarity]
232
s.Icon.backdrop:SetBackdropBorderColor(color.r, color.g, color.b)
233
end
234
0 commit comments