Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoRogai committed Nov 17, 2024
1 parent 8f26d6a commit b4cde70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RepHub.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ local RepHubFrameShown,
pendingUpdateFactionEvent,
updateFactionEventInterval = false, nil, nil, nil, nil, 1, 2, false, 10

local reputationLabels = {
local reputationLabels = {
[-42000] = "Hated",
[-6000] = "Hostile",
[-3000] = "Unfriendly",
Expand Down Expand Up @@ -296,7 +296,7 @@ function RepHub:CreateRepHubFrame()
self.db.global.reputationList,
function(factionID, factionData)
if not factionData.isHeader or (factionData.isHeader and factionData.isHeaderWithRep) then
local highestStandingText, highestStandingCharacterNameText, charCountText = ""
local highestStandingText, highestStandingCharacterNameText, charCountText = "", "", ""
if factionData.isAccountWide then
highestStandingText, charCountText = "--", "--"
highestStandingCharacterNameText = "Account-wide"
Expand Down

0 comments on commit b4cde70

Please sign in to comment.