From 12d31f2b2923313e6629816e840829651e851b1d Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 12 Oct 2021 21:01:45 -0300 Subject: [PATCH] Fixed an error introduced in the latest version --- boot.lua | 4 ++-- plugins/Details_RaidCheck/Details_RaidCheck.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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("")