From e5d39fba9d632b2666c34ebc02554c44ba88575c Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 20 Sep 2022 23:23:45 -0600 Subject: [PATCH] sunwell fix --- Helpers.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Helpers.lua b/Helpers.lua index 2b7eaa9..9feb9d1 100644 --- a/Helpers.lua +++ b/Helpers.lua @@ -264,6 +264,7 @@ function addon.UpdateSavedInstances() --Preprocess our name from groupieInstanceData local ourname = strlower(gsub(gsub(gsub(gsub(key, " %- .+", ""), "Heroic ", ""), "%W", ""), "%s+", " ")) ourname = gsub(ourname, "hellfire", "") --Saved instance name is "Hellfire Citadel: Ramparts" + ourname = gsub(ourname, "plateau", "") --Saved instance name is "The Sunwell" --Will probably end up with more funky edge cases here if strfind(savedname, ourname) then --Check that the name matches if strfind(difficultyName, "Heroic") then