Skip to content

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoRogai committed Nov 24, 2024
1 parent a05e29f commit fab98e3
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 3 deletions.
Binary file modified Icons/BattleForAzeroth.tga
Binary file not shown.
Binary file modified Icons/Cataclysm.tga
Binary file not shown.
Binary file modified Icons/Classic.tga
Binary file not shown.
Binary file modified Icons/Dragonflight.tga
Binary file not shown.
Binary file modified Icons/Legion.tga
Binary file not shown.
Binary file modified Icons/MistsOfPandaria.tga
Binary file not shown.
Binary file modified Icons/Shadowlands.tga
Binary file not shown.
Binary file modified Icons/TheBurningCrusade.tga
Binary file not shown.
Binary file modified Icons/TheWarWithin.tga
Binary file not shown.
Binary file modified Icons/WarlordsOfDraenor.tga
Binary file not shown.
Binary file modified Icons/WrathOfTheLichKing.tga
Binary file not shown.
5 changes: 2 additions & 3 deletions RepHub.lua
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ function RepHub:GetRepHubTableData()
highestStandingTextColor,
highestStandingCharacterNameText,
highestStandingCharacterNameTextColor,
charCountText = nil, nil, nil, nil, nil
charCountText = "", nil, "", nil, ""
if factionData.isAccountWide then
highestStandingText, charCountText = "--", "--"
highestStandingCharacterNameText = "Account-wide"
Expand All @@ -315,8 +315,7 @@ function RepHub:GetRepHubTableData()
local currentGroupIcon = groupsIcons[currentGroupText] or nil

if currentGroupIcon then
local currentGroupIcon = string.format("%s:%d", currentGroupIcon, 0)
local currentGroupIcon = string.format("\124T%s\124t", currentGroupIcon)
local currentGroupIcon = string.format("\124T%s:%d\124t", currentGroupIcon, 25)
currentGroupText = currentGroupIcon .. " " .. currentGroupText
end

Expand Down

0 comments on commit fab98e3

Please sign in to comment.