diff --git a/boot.lua b/boot.lua index 354a88617..fcd34ca1d 100644 --- a/boot.lua +++ b/boot.lua @@ -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 diff --git a/plugins/Details_RaidCheck/Details_RaidCheck.lua b/plugins/Details_RaidCheck/Details_RaidCheck.lua index 77024bf6b..3342afcef 100644 --- a/plugins/Details_RaidCheck/Details_RaidCheck.lua +++ b/plugins/Details_RaidCheck/Details_RaidCheck.lua @@ -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("")