Round of general fixes

This commit is contained in:
Tercio Jose
2022-10-26 21:50:34 -03:00
parent 60397057e7
commit 4c11441c3e
17 changed files with 843 additions and 703 deletions
+4 -3
View File
@@ -565,10 +565,11 @@
flag = 0x514
else
for playerName in text:gmatch("([^%s]+)") do
local isInRaid = _detalhes.tabela_vigente.raid_roster[playerName]
if (isInRaid) then
playerName = playerName:gsub(",", "")
local playerIsOnRaidCache = _detalhes.tabela_vigente.raid_roster[playerName]
if (playerIsOnRaidCache) then
serial = UnitGUID(playerName)
nome = text
nome = playerName
flag = 0x514
break
end