Fixed an error introduced in the latest version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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("")
|
||||
|
||||
Reference in New Issue
Block a user