Skip to content

Commit

Permalink
Of course I forgot one more thing that would error, less noticeable b…
Browse files Browse the repository at this point in the history
…ut still nice to fix so the location reporting works and people can assist updating the database when positions are wrong.
  • Loading branch information
Vladinator committed Oct 18, 2020
1 parent fb47069 commit 63f9010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CandyBuckets.toc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63f9010

Please sign in to comment.