Skip to content

Commit b72bae3

Browse files
committed
Bad merge cleanup
1 parent eb30974 commit b72bae3

2 files changed

Lines changed: 3 additions & 22 deletions

File tree

src/Classes/ItemsTab.lua

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3515,26 +3515,7 @@ function ItemsTabClass:AddItemTooltip(tooltip, item, slot, dbMode)
35153515
if flavourTable then
35163516
local flavour = nil
35173517

3518-
if item.title == "Sekhema's Resolve" then
3519-
local selectedFlavourId = nil
3520-
for _, lineEntry in ipairs(tooltip.lines or {}) do
3521-
local lineText = lineEntry.text or ""
3522-
if lineText:find("Emerald") then
3523-
selectedFlavourId = "FourUniqueSanctum4a"
3524-
break
3525-
elseif lineText:find("Sapphire") then
3526-
selectedFlavourId = "FourUniqueSanctum4b"
3527-
break
3528-
elseif lineText:find("Ruby") then
3529-
selectedFlavourId = "FourUniqueSanctum4c"
3530-
break
3531-
end
3532-
end
3533-
if selectedFlavourId then
3534-
flavour = flavourTable[selectedFlavourId]
3535-
end
3536-
3537-
elseif item.title == "Grand Spectrum" then
3518+
if item.title == "Grand Spectrum" then
35383519
local selectedFlavourId = nil
35393520
local baseName = item.baseName
35403521
if baseName == "Ruby" then

src/Export/spec.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13251,7 +13251,7 @@ return {
1325113251
[1]={
1325213252
list=false,
1325313253
name="WordsKey",
13254-
refTo="Word",
13254+
refTo="Words",
1325513255
type="Key",
1325613256
width=150
1325713257
},
@@ -13709,7 +13709,7 @@ return {
1370913709
},
1371013710
[6]={
1371113711
list=false,
13712-
name="",
13712+
name="Text2",
1371313713
refTo="",
1371413714
type="String",
1371513715
width=150

0 commit comments

Comments
 (0)