From 9434b92d8c8272a028fcf028488000da74621f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20K?= Date: Mon, 1 Jun 2020 11:29:36 +0200 Subject: [PATCH] Log message for loot change dialog. --- oqueue.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/oqueue.lua b/oqueue.lua index 77c6326..fc0544c 100644 --- a/oqueue.lua +++ b/oqueue.lua @@ -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)