Duskwood zone is nil in Quests by Zone tab
Cabro opened this issue ยท 6 comments
Wanted to quest in Duskwood and wanted to check how many quests there still were, but the dropdown list was missing completely. It reappeared when i changed the zone and i could select Duskwood, however nothing was changed in the numbers of the available/missing/prequest from the previous zone that was selected.
Right click minimap icon > select quests by zone > select Duskwood in the dropdown. There seems to be an issue with the database for that menu.
Questie for TBC
Message: Interface\AddOns\Questie\Modules\Libs\QuestieLib.lua:255: bad argument #1 to 'unpack' (table expected, got nil)
Time: Sun Nov 7 13:24:56 2021
Count: 2
Stack: Interface\AddOns\Questie\Modules\Libs\QuestieLib.lua:255: bad argument #1 to 'unpack' (table expected, got nil)
[string "=[C]"]: in function `unpack'
[string "@Interface\AddOns\Questie\Modules\Libs\QuestieLib.lua"]:255: in function `GetTbcLevel'
[string "@Interface\AddOns\Questie\Modules\Libs\QuestieLib.lua"]:542: in function `SortQuestIDsByLevel'
[string "@Interface\AddOns\Questie\Modules\Journey\tabs\QuestsByZone\QuestsByZone.lua"]:124: in function `CollectZoneQuests'
[string "@Interface\AddOns\Questie\Modules\Journey\tabs\QuestsByZone\QuestsByZoneTab.lua"]:147: in function <...odules\Journey\tabs\QuestsByZone\QuestsByZoneTab.lua:146>
[string "=[C]"]: ?
[string "@Interface\AddOns\Ace3\AceGUI-3.0\AceGUI-3.0.lua"]:72: in function <Interface\AddOns\Ace3\AceGUI-3.0\AceGUI-3.0.lua:70>
[string "@Interface\AddOns\Ace3\AceGUI-3.0\AceGUI-3.0.lua"]:306: in function `Fire'
[string "@Interface\AddOns\Ace3\AceGUI-3.0\widgets\AceGUIWidget-DropDown.lua"]:437: in function <...ns\Ace3\AceGUI-3.0\widgets\AceGUIWidget-DropDown.lua:428>
[string "=[C]"]: ?
[string "@Interface\AddOns\Ace3\AceGUI-3.0\AceGUI-3.0.lua"]:72: in function <Interface\AddOns\Ace3\AceGUI-3.0\AceGUI-3.0.lua:70>
[string "@Interface\AddOns\Ace3\AceGUI-3.0\AceGUI-3.0.lua"]:306: in function `Fire'
[string "@Interface\AddOns\Ace3\AceGUI-3.0\widgets\AceGUIWidget-DropDown-Items.lua"]:351: in function <...3\AceGUI-3.0\widgets\AceGUIWidget-DropDown-Items.lua:341>
Locals: <none>
QuestieDB.sortKeys
is missing value -367
used in eaa009f. That's why it doesn't fix this.
Questie/Database/Constants.lua
Line 4 in fa774f3
@BreakBB Would REPUTATION = -367,
be okey addition? I haven't traced where all the table is used.
@Laumesis thanks for looking into this. Totally forgot about the dependency towards the Journey and QuestieDB.sortKeys