17,097
edits
(Update for v1.1) |
(Fix reference to function) |
||
Line 177: | Line 177: | ||
-- Bars are handled by getItemSuperheatTable() | -- Bars are handled by getItemSuperheatTable() | ||
-- Gems are handled by _getItemLootSourceTable() | -- Gems are handled by _getItemLootSourceTable() | ||
for i, altSpell in ipairs( | for i, altSpell in ipairs(Magic.getSpellsBySpellBook('altMagic')) do | ||
if altSpell.produces == item.id then | if altSpell.produces == item.id then | ||
table.insert(tables, p._buildAltMagicTable(altSpell)) | table.insert(tables, p._buildAltMagicTable(altSpell)) |