From 3ed26e6d9fee1f11b66d5629771be806fb7c36be Mon Sep 17 00:00:00 2001 From: Alex Folland Date: Mon, 2 Aug 2021 11:31:56 -0700 Subject: [PATCH] improve DRData nil-checking error message --- Modules/Diminishings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Diminishings.lua b/Modules/Diminishings.lua index ddfaf75..d7558a4 100644 --- a/Modules/Diminishings.lua +++ b/Modules/Diminishings.lua @@ -650,6 +650,7 @@ function Diminishings:GetDRIcons(category) icons[icon] = format("|T%s:20|t %s", tostring(icon or "nil"), tostring(select(1, GetSpellInfo(k)) or "nil")) else print("Gladdy Diminishings.lua: nil icon for key: "..tostring(k or "nil").."; value: "..tostring(v or "nil")) + print("Gladdy: Do you have a conflicting and incorrect copy of DRData?") end end end