WoWInterface SVN AtlasLootReverse

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 54 to Rev 56
    Reverse comparison

Rev 54 → Rev 56

AtlasLootReverse.toc
1,7 → 1,7
## Interface: 40100
## Title: AtlasLootReverse
## Notes: Does a reverse lookup of AtlasLoot for an item's drop info.
## Version: 1.14
## Version: 1.15
## Author: pceric
## SavedVariables: AtlasLootReverseDB
## X-Website: http://www.wowinterface.com/downloads/info12834-AtlasLootReverse.html
AtlasLootReverse.lua
102,6 → 102,9
for _, page in pairs(v) do
for _,v2 in pairs(page) do
if type(v2) == "table" and type(v2[2]) == "number" and v2[2] > 0 and not excludes[v2[2]] and itable.info.name ~= "Keys" then
-- Sanity check for boss name
if not itable.info.name then itable.info.name = "?" end
-- Find zone name
if itable.info.instance and AtlasLoot_LootTableRegister.Instances[itable.info.instance] then
-- Some bizzare voodoo in ALE v6.02.00
if type(AtlasLoot_LootTableRegister.Instances[itable.info.instance]) == "string" then