From f9237566f665b516b53d5aac3dc4483e3367725a Mon Sep 17 00:00:00 2001 From: Flamanis Date: Tue, 7 Feb 2023 22:24:10 -0600 Subject: [PATCH] Keystone realmNameGsub change --- functions/slash.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/slash.lua b/functions/slash.lua index c93a1156..bd2d9aef 100644 --- a/functions/slash.lua +++ b/functions/slash.lua @@ -2359,7 +2359,7 @@ if (WOW_PROJECT_ID == WOW_PROJECT_MAINLINE) then local totalMembers, onlineMembers, onlineAndMobileMembers = GetNumGuildMembers() local realmName = GetRealmName() --create a string to use into the gsub call when removing the realm name from the player name, by default all player names returned from GetGuildRosterInfo() has PlayerName-RealmName format - local realmNameGsub = "%-" .. realmName + local realmNameGsub = "%-.*" local guildName = GetGuildInfo("player") if (guildName) then