"Scary Ghosts and Nice Sprites" Daily Error
kanegasi opened this issue ยท 1 comments
When completing this daily on Timeless Isle, listed in Quests.lua with the ID of 32961, then mousing over SavedInstances, an error occurs. I do not have an error log for it since I first came across this last year, but I know the cause, just getting around to reporting it. (I've been fixing it myself each update since I modify SI anyways)
WoW API does not return a name for this quest ID, so SI errors due to trying to concatenate a nil (IIRC). I fix this in Quests.lua like so:
[32961] = { zid=554, daily=true, name="Timeless Sprites" }, -- Scary Ghosts and Nice Sprites