Skip to content

Commit

Permalink
Fix PvP honour reward icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleth committed Mar 3, 2014
1 parent a5a49c1 commit 9fed74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AddOns/Blizzard_PVPUI.lua
Expand Up @@ -104,7 +104,7 @@ C.modules["Blizzard_PVPUI"] = function()
F.CreateBG(BonusFrame.BattlegroundReward2.Icon)

hooksecurefunc("HonorFrameBonusFrame_Update", function()
local canQueue, bgName, battleGroundID, hasWon, winHonorAmount, winConquestAmount = GetHolidayBGInfo()
local hasData, canQueue, bgName, battleGroundID, hasWon, winHonorAmount, winConquestAmount = GetHolidayBGInfo()
local rewardIndex = 0
if winConquestAmount and winConquestAmount > 0 then
rewardIndex = rewardIndex + 1
Expand Down

0 comments on commit 9fed74e

Please sign in to comment.