diff Import.lua @ 163:f27a7c64b21f v76

Tweaks to item matching in junk list features.
author yellowfive
date Mon, 06 May 2019 18:05:16 -0700
parents 35612aee8e15
children 3be9cc6f7d20
line wrap: on
line diff
--- a/Import.lua	Mon May 06 17:06:26 2019 -0700
+++ b/Import.lua	Mon May 06 18:05:16 2019 -0700
@@ -485,7 +485,7 @@
 
     -- Junk is a simple list of items to discard, in the desired display order
     Amr.db.char.JunkData.Junk = parseItemList(parts, junkStartPos, "n/a", false)
-    
+
     -- extra information contains extra enchant info  
     if #data1 >= 3 then      
         parts = { strsplit("@", data1[3]) }