Mercurial > wow > askmrrobot
comparison 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 |
comparison
equal
deleted
inserted
replaced
162:f66108c1f674 | 163:f27a7c64b21f |
---|---|
483 Amr.db.char.JunkData.Keep[uniqueId] = keep[i] | 483 Amr.db.char.JunkData.Keep[uniqueId] = keep[i] |
484 end | 484 end |
485 | 485 |
486 -- Junk is a simple list of items to discard, in the desired display order | 486 -- Junk is a simple list of items to discard, in the desired display order |
487 Amr.db.char.JunkData.Junk = parseItemList(parts, junkStartPos, "n/a", false) | 487 Amr.db.char.JunkData.Junk = parseItemList(parts, junkStartPos, "n/a", false) |
488 | 488 |
489 -- extra information contains extra enchant info | 489 -- extra information contains extra enchant info |
490 if #data1 >= 3 then | 490 if #data1 >= 3 then |
491 parts = { strsplit("@", data1[3]) } | 491 parts = { strsplit("@", data1[3]) } |
492 | 492 |
493 local enchantInfo = {} | 493 local enchantInfo = {} |