Skip to content

Commit

Permalink
Fixed an error introduced in the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Oct 13, 2021
1 parent d696480 commit 12d31f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

local version, build, date, tocversion = GetBuildInfo()

_detalhes.build_counter = 8888
_detalhes.alpha_build_counter = 8888 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 8889
_detalhes.alpha_build_counter = 8889 --if this is higher than the regular counter, use it instead
_detalhes.bcc_counter = 28
_detalhes.dont_open_news = true
_detalhes.game_version = version
Expand Down
2 changes: 1 addition & 1 deletion plugins/Details_RaidCheck/Details_RaidCheck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ end
if (thisPlayerInfo) then
local playerCovenantId = thisPlayerInfo.covenantId
if (playerCovenantId > 0) then
line.CovenantIcon:SetTexture(LIB_RAID_STATUS_COVENANT_ICONS[playerCovenantId])
line.CovenantIcon:SetTexture(LIB_OPEN_RAID_COVENANT_ICONS[playerCovenantId])
line.CovenantIcon:SetTexCoord(.05, .95, .05, .95)
else
line.CovenantIcon:SetTexture("")
Expand Down

0 comments on commit 12d31f2

Please sign in to comment.