Mercurial > wow > askmrrobot
comparison Import.lua @ 133:a0894ffebd15 v62
Bug fixes and tweaks for 8.0.
author | yellowfive |
---|---|
date | Wed, 25 Jul 2018 12:17:24 -0700 |
parents | e31b02b24488 |
children | c229c759a125 |
comparison
equal
deleted
inserted
replaced
132:2279d58793c6 | 133:a0894ffebd15 |
---|---|
339 print(link) | 339 print(link) |
340 if link == nil then | 340 if link == nil then |
341 print(blah) | 341 print(blah) |
342 print("bad item: " .. v.id) | 342 print("bad item: " .. v.id) |
343 end | 343 end |
344 end | 344 end |
345 else | 345 else |
346 -- we have succeeded, record the result | 346 -- we have succeeded, record the result |
347 Amr.db.char.GearSets[specSlot] = importData | 347 Amr.db.char.GearSets[specSlot] = importData |
348 | 348 |
349 for k,v in pairs(enchantInfo) do | 349 for k,v in pairs(enchantInfo) do |