Skip to content

Commit 437cfe9

Browse files
committed
Remove sekhema's title check as they were renamed
1 parent 3b3c859 commit 437cfe9

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

src/Classes/ItemsTab.lua

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3258,26 +3258,7 @@ function ItemsTabClass:AddItemTooltip(tooltip, item, slot, dbMode, maxWidth)
32583258
if flavourTable then
32593259
local flavour = nil
32603260

3261-
if item.title == "Sekhema's Resolve" then
3262-
local selectedFlavourId = nil
3263-
for _, lineEntry in ipairs(tooltip.lines or {}) do
3264-
local lineText = lineEntry.text or ""
3265-
if lineText:find("Emerald") then
3266-
selectedFlavourId = "FourUniqueSanctum4a"
3267-
break
3268-
elseif lineText:find("Sapphire") then
3269-
selectedFlavourId = "FourUniqueSanctum4b"
3270-
break
3271-
elseif lineText:find("Ruby") then
3272-
selectedFlavourId = "FourUniqueSanctum4c"
3273-
break
3274-
end
3275-
end
3276-
if selectedFlavourId then
3277-
flavour = flavourTable[selectedFlavourId]
3278-
end
3279-
3280-
elseif item.title == "Grand Spectrum" then
3261+
if item.title == "Grand Spectrum" then
32813262
local selectedFlavourId = nil
32823263
local baseName = item.baseName
32833264
if baseName == "Ruby" then

0 commit comments

Comments
 (0)