Mercurial > wow > wowdb-profiler
comparison Main.lua @ 222:c0e19e730b06
Re-added storage of upgrade_id for compatibility with current parser.
author | James D. Callahan III <jcallahan@curse.com> |
---|---|
date | Mon, 28 Jan 2013 11:39:13 -0600 |
parents | 9dca914cbd13 |
children | 008229ac5568 |
comparison
equal
deleted
inserted
replaced
221:9dca914cbd13 | 222:c0e19e730b06 |
---|---|
863 item.suffix_id = suffix_id | 863 item.suffix_id = suffix_id |
864 item.unique_id = bit.band(unique_id, 0xFFFF) | 864 item.unique_id = bit.band(unique_id, 0xFFFF) |
865 end | 865 end |
866 | 866 |
867 if upgrade_id and upgrade_id ~= 0 then | 867 if upgrade_id and upgrade_id ~= 0 then |
868 item.upgrade_id = upgrade_id | |
868 DatamineTT:SetHyperlink(item_link) | 869 DatamineTT:SetHyperlink(item_link) |
869 ScrapeItemUpgradeStats(item_id, upgrade_id, reforge_id) | 870 ScrapeItemUpgradeStats(item_id, upgrade_id, reforge_id) |
870 end | 871 end |
871 end | 872 end |
872 | 873 |