View Bug Report
BossPanel_Quests.lua:146: bad argument #1 to 'find' (string expected, got nil)
Bug #: 444
File: FuBar - QuestsFu
Date: 03-26-06 08:33 AM
By: Boss
Status: Fixed
I hovered over something and got this error

BossPanel_Quests.lua:146: bad argument #1 to 'find' (string expected, got nil)

just change
if string.find(thisItem, item['item']) then
to
if thisItem ~= nil and string.find(thisItem, item['item']) then

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Kemayo - 03-26-06 01:03 PM
Quirky. What were you hovering over?

(I fixed it, anyway.)