Attempt to compare number with nil in Data.lua
Septh opened this issue ยท 0 comments
Hi,
I'm getting the error below when zooming the map out to Azeroth (on the World Map, click World > Azeroth). It seems the Stranglethorn Fishing Extravaganza WQ causes the error as it only happens when this quest is up.
Thx :)
Date: 2019-10-08 16:36:24
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\WorldQuestTab\Data.lua line 376:
attempt to compare number with nil
Debug:
WorldQuestTab\Data.lua:376: ?()
WorldQuestTab\WorldQuestTab.lua:1058:
WorldQuestTab\WorldQuestTab.lua:1038
(tail call): ?
[C]: sort()
WorldQuestTab\WorldQuestTab.lua:2368: ApplySort()
WorldQuestTab\WorldQuestTab.lua:2457: UpdateQuestList()
WorldQuestTab\WorldQuestTab.lua:2822: func()
WorldQuestTab\Dataprovider.lua:472: TriggerCallbacks()
WorldQuestTab\Dataprovider.lua:592: LoadQuestsInZone()
WorldQuestTab\Dataprovider.lua:436: UpdateData()
WorldQuestTab\Dataprovider.lua:444:
WorldQuestTab\Dataprovider.lua:444
..\SharedXML\C_TimerAugment.lua:16:
..\SharedXML\C_TimerAugment.lua:14
Locals:
a = <table> {
mapInfo = <table> {
}
isAllyQuest = false
questId = 52332
isDaily = false
time = <table> {
}
isCriteria = false
isValid = true
passedFilter = true
alwaysHide = false
reward = <table> {
}
}
b = <table> {
mapInfo = <table> {
}
isAllyQuest = false
questId = 44765
isDaily = false
time = <table> {
}
isCriteria = false
isValid = true
passedFilter = true
alwaysHide = false
reward = <table> {
}
}
(*temporary) = 128
(*temporary) = nil
(*temporary) = "attempt to compare number with nil"