Mercurial > wow > askmrrobot
comparison Shopping.lua @ 133:a0894ffebd15 v62
Bug fixes and tweaks for 8.0.
| author | yellowfive |
|---|---|
| date | Wed, 25 Jul 2018 12:17:24 -0700 |
| parents | 318c93e0cd6b |
| children | c229c759a125 |
comparison
equal
deleted
inserted
replaced
| 132:2279d58793c6 | 133:a0894ffebd15 |
|---|---|
| 425 local required = { | 425 local required = { |
| 426 stuff = {}, | 426 stuff = {}, |
| 427 specs = player.Specs | 427 specs = player.Specs |
| 428 } | 428 } |
| 429 | 429 |
| 430 local enchantItemIdToId = {} | |
| 431 | |
| 432 for i, spec in ipairs(required.specs) do | 430 for i, spec in ipairs(required.specs) do |
| 433 local gear = Amr.db.char.GearSets[i] | 431 local gear = Amr.db.char.GearSets[i] |
| 434 if gear then | 432 if gear then |
| 435 required.stuff[i] = getShoppingData(player, gear) | 433 required.stuff[i] = getShoppingData(player, gear) |
| 436 else | 434 else |
