Skip to content

Commit

Permalink
Merge pull request #454 from Flamanis/KeystoneRealms
Browse files Browse the repository at this point in the history
Keystone realmNameGsub change
  • Loading branch information
Tercioo authored Feb 8, 2023
2 parents 15c5b47 + f923756 commit 1b9a10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/slash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b9a10a

Please sign in to comment.