Starting in 8.3, the default quest UI will be showing War Mode. We should do that too.
-- warmode bonus
if C_QuestLog.QuestHasWarModeBonus(questID) and C_PvP.IsWarModeDesired() then
rewardsFrame.WarModeBonusFrame.Count:SetFormattedText(PLUS_PERCENT_FORMAT, C_PvP.GetWarModeRewardBonus());
AddRewardElement(rewardsFrame.WarModeBonusFrame);
end
Starting in 8.3, the default quest UI will be showing War Mode. We should do that too.