More fixes

This commit is contained in:
Tercio Jose
2020-12-22 11:44:23 -03:00
parent c8f090c978
commit 38f66a24de
3 changed files with 9 additions and 9 deletions
+2 -1
View File
@@ -503,7 +503,7 @@ function Details.Coach.WelcomePanel()
end
end
if (IsInRaid() and numRaidMembers == sameGuildAmount) then
if (IsInRaid()) then -- and numRaidMembers == sameGuildAmount
isLeaderTexture:SetTexture([[Interface\COMMON\Indicator-Green]])
isLeaderTexture:SetTexCoord(0, 1, 0, 1)
good = good + 1
@@ -585,6 +585,7 @@ function Details.Coach.WelcomePanel()
if (updatedUsers >= numRaidMembers) then
allUsersUpdated = true
end
allUsersUpdated = true
if (allUsersUpdated) then
allUpdatedTexture:SetTexture([[Interface\COMMON\Indicator-Green]])