From d0a305463ae166a8a46011b64d0a2fbb68234088 Mon Sep 17 00:00:00 2001 From: evil_morfar Date: Fri, 6 Mar 2020 19:34:03 +0100 Subject: [PATCH] Fixed issue with tsv export hyperlinks --- Modules/History/lootHistory.lua | 6 +++--- changelog.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Modules/History/lootHistory.lua b/Modules/History/lootHistory.lua index fff53570..0f53e510 100644 --- a/Modules/History/lootHistory.lua +++ b/Modules/History/lootHistory.lua @@ -1544,7 +1544,7 @@ do tinsert(export, tostring(player)) tinsert(export, tostring(self:GetLocalizedDate(d.date))) tinsert(export, tostring(d.time)) - tinsert(export, "=HYPERLINK(\""..self:GetWowheadLinkFromItemLink(d.lootWon).."\",\""..tostring(d.lootWon).."\")") + tinsert(export, "=HYPERLINK(\""..self:GetWowheadLinkFromItemLink(d.lootWon).."\";\""..tostring(d.lootWon).."\")") tinsert(export, addon:GetItemIDFromLink(d.lootWon)) tinsert(export, addon:GetItemStringFromLink(d.lootWon)) tinsert(export, tostring(d.response)) @@ -1552,8 +1552,8 @@ do tinsert(export, tostring(d.class)) tinsert(export, tostring(d.instance)) tinsert(export, tostring(d.boss)) - tinsert(export, d.itemReplaced1 and "=HYPERLINK(\""..self:GetWowheadLinkFromItemLink(tostring(d.itemReplaced1)).."\",\""..tostring(d.itemReplaced1).."\")" or "") - tinsert(export, d.itemReplaced2 and "=HYPERLINK(\""..self:GetWowheadLinkFromItemLink(tostring(d.itemReplaced2)).."\",\""..tostring(d.itemReplaced2).."\")" or "") + tinsert(export, d.itemReplaced1 and "=HYPERLINK(\""..self:GetWowheadLinkFromItemLink(tostring(d.itemReplaced1)).."\";\""..tostring(d.itemReplaced1).."\")" or "") + tinsert(export, d.itemReplaced2 and "=HYPERLINK(\""..self:GetWowheadLinkFromItemLink(tostring(d.itemReplaced2)).."\";\""..tostring(d.itemReplaced2).."\")" or "") tinsert(export, tostring(d.responseID)) tinsert(export, tostring(d.isAwardReason or false)) tinsert(export, rollType) diff --git a/changelog.md b/changelog.md index c13c57f5..aec03bb8 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ The pop-up for keeping items now shows "Keep"/"Trade" instead of yes/no. (#183). ## Bugfixes * *Passes no longer require a note with 'Require Notes' enabled. (#184)* * *Fixes issue with receiving votes outside an instance (Curse#413).* +* *Fixed issues with TSV Export hyperlinks.* # v2.18.0