From 0038a49d2a8e2621a11a9e04be7598b0d1053157 Mon Sep 17 00:00:00 2001 From: robin Date: Wed, 29 Jun 2022 07:19:21 +0200 Subject: [PATCH] Fix banker button not showing up --- banker.lua | 1 + 1 file changed, 1 insertion(+) 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