diff --git a/banker.lua b/banker.lua index 5c0d1fe..b07affd 100755 --- a/banker.lua +++ b/banker.lua @@ -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