Skip to content

Commit

Permalink
sunwell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerShmoog committed Sep 21, 2022
1 parent e40f9ae commit e5d39fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5d39fb

Please sign in to comment.