Skip to content

Commit

Permalink
QuestieRU обновлен
Browse files Browse the repository at this point in the history
- исправлена ошибка
  • Loading branch information
KasVital committed Nov 29, 2017
1 parent a0f424b commit caae8d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion !QuestieRU/Modules/QuestieNotes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,9 @@ function Questie:Tooltip(this, forceShow, bag, slot)
local prevQuestLogSelection = QGet_QuestLogSelection()
for questHash, quest in pairs(QuestieHandledQuests) do
local QuestLogID = Questie:GetQuestIdFromHash(questHash)
QSelect_QuestLogEntry(QuestLogID)
if QuestLogID then -----------by CFM
QSelect_QuestLogEntry(QuestLogID)
end -----------by CFM
local drawnQuestTitle = false
for objectiveid, objectiveInfo in pairs(quest.objectives) do
local highlightInfo = {
Expand Down

0 comments on commit caae8d7

Please sign in to comment.