Skip to content

Commit

Permalink
Fix for issue mikepauer#73.
Browse files Browse the repository at this point in the history
  • Loading branch information
IrcDirk committed Feb 10, 2020
1 parent cba3043 commit 483eda7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NxQuest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11878,6 +11878,7 @@ function Nx.Quest.WQList:UpdateDB(event, ...)
else
zonequests = C_TaskQuest.GetQuestsForPlayerByMapID(worldquestzones[i], worldquestzones[i])
end
if zonequests == nil then zonequests = {} end
for j, quest in pairs(zonequests) do
local questId = quest.questId
C_TaskQuest.RequestPreloadRewardData (questId)
Expand Down

0 comments on commit 483eda7

Please sign in to comment.