Skip to content

Commit

Permalink
Set QuestItem to nil, since API does not exist (local database in the…
Browse files Browse the repository at this point in the history
… future?)
  • Loading branch information
Sefriol committed Sep 8, 2019
1 parent ea09aae commit 6f0ee93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Broker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function TourGuide:UpdateStatusFrame()
end

if self.db.char.showuseitem and action == "COMPLETE" and self.db.char.showuseitemcomplete then
local useitem2 = GetQuestLogSpecialItemInfo(logi or 0)
local useitem2 = nil --GetQuestLogSpecialItemInfo(logi or 0)
if useitem2 then useitem2 = tonumber(useitem2:match("item:(%d+):")) end
self:SetUseItem(useitem2 or useitem)
elseif self.db.char.showuseitem and action ~= "COMPLETE" then
Expand Down

0 comments on commit 6f0ee93

Please sign in to comment.