From 63f9010845a47f7c10569f3591baeead00e90258 Mon Sep 17 00:00:00 2001 From: Vladinator89 Date: Sun, 18 Oct 2020 11:52:15 +0200 Subject: [PATCH] Of course I forgot one more thing that would error, less noticeable but still nice to fix so the location reporting works and people can assist updating the database when positions are wrong. --- CandyBuckets.toc | 2 +- core.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CandyBuckets.toc b/CandyBuckets.toc index 0457e61..c2b3b2d 100644 --- a/CandyBuckets.toc +++ b/CandyBuckets.toc @@ -2,7 +2,7 @@ ## Title: CandyBuckets ## Notes: Shows map icons for Lunar Festival, Hallow's End and Midsummer Fire Festival! ## Author: Vladinator -## Version: 9.0.1.201018 +## Version: 9.0.1.201018b ## X-Curse-Project-ID: 44213 ## X-WoWI-ID: 20450 db\hallow.lua diff --git a/core.lua b/core.lua index 9d4c190..6447b74 100644 --- a/core.lua +++ b/core.lua @@ -658,7 +658,7 @@ function addon:IsDeliveryLocationExpected(questID) end if not questCollection[1] then - questName = C_QuestLog.GetQuestInfo(questID) + questName = C_QuestLog.GetTitleForQuestID(questID) if questName then local missingFromModule