Use SLE:Print
Merathilis [03-07-17 - 15:33]
diff --git a/ElvUI_SLE/modules/professions/enchant.lua b/ElvUI_SLE/modules/professions/enchant.lua
index 7b34cba..ed0d0c4 100644
--- a/ElvUI_SLE/modules/professions/enchant.lua
+++ b/ElvUI_SLE/modules/professions/enchant.lua
@@ -523,7 +523,7 @@ function Pr:EnchantButton()
elseif recipeInfo.alternateVerb then
button.itemID = Pr.mapSpellToItem[recipeInfo.recipeID]
if (not button.itemID) then
- print(string.format(L["Missing scroll item for spellID %d. Please report this at the Shadow&Light Ticket Tracker."], recipeInfo.recipeID))
+ SLE:Print(string.format(L["Missing scroll item for spellID %d. Please report this at the Shadow&Light Ticket Tracker."], recipeInfo.recipeID))
end
_G["SLE_EnchScrollButton"]:Show()
local scrollnum = T.GetItemCount(38682)