Fix: Remove debugstack print spam from QuestieDB.GetQuest
This commit is contained in:
@@ -1279,7 +1279,6 @@ function QuestieDB.GetQuest(questId, ...) -- /dump QuestieDB.GetQuest(867)
|
|||||||
if questId == 0 then
|
if questId == 0 then
|
||||||
Questie:Error("[QuestieDB.GetQuest] rawdata is nil for questID:", questId)
|
Questie:Error("[QuestieDB.GetQuest] rawdata is nil for questID:", questId)
|
||||||
end
|
end
|
||||||
print(debugstack())
|
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
-- Build a minimal live-fallback quest from the quest log so the tracker still works
|
-- Build a minimal live-fallback quest from the quest log so the tracker still works
|
||||||
|
|||||||
Reference in New Issue
Block a user