# HG changeset patch # User James D. Callahan III # Date 1381778659 18000 # Node ID 10d45fef6ae1cbb5485fe6c3534b333603eff3f6 # Parent 4f2d5a082b6d12f9fec1c49038302f1474036dd0 Added a Debug statement to watch for failures in HandleItemUse. diff -r 4f2d5a082b6d -r 10d45fef6ae1 Main.lua --- a/Main.lua Mon Oct 14 14:19:54 2013 -0500 +++ b/Main.lua Mon Oct 14 14:24:19 2013 -0500 @@ -571,6 +571,7 @@ local current_line = _G["WDPDatamineTTTextLeft" .. line_index] if not current_line then + Debug("HandleItemUse: Item with ID %d and link %s did not have a tooltip that contained the string %s.", item_id, item_link, _G.ITEM_OPENABLE) break end