Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Log message for loot change dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maczuga committed Jun 1, 2020
1 parent 87889e8 commit 9434b92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions oqueue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,13 @@ function oq.verify_loot_rules_acceptance()
return
end

oq.log("This debug message is related to issue #6")
oq.log("If you see the loot type change message too often - please show report the results below to our Github")
oq.log("#6 - start")
oq.log("Previous loot method: ", OQ_data.loot_method)
oq.log("Current loot method: ", method)
oq.log("#6 - end")

f._method = method
f.loot_text:SetText(L['loot.' .. method])
oq.moveto(f, floor((GetScreenWidth() - f:GetWidth()) / 2), 200)
Expand Down

0 comments on commit 9434b92

Please sign in to comment.