Fix banker button not showing up

This commit is contained in:
robin 2022-06-29 07:19:21 +02:00
parent 54139c82df
commit 0038a49d2a
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ local function GetFactionList()
for k,v in pairs(addon['db']['sv']['profileKeys']) do
n,_,m = strsplit(' ',k,3)
if(n) then
m = string.gsub(m, "%s+", "")
if(m == realm) then
if(faction == dbr[n]['faction']) then
l[n] = true