17,101
edits
(Cleaned up Single Navbox functions; Added Expansion Icons; Separated Prayers and Unholy Prayers) |
(getSkillcapeNavbox: Fix AoD capes unintentionally being excluded) |
||
Line 329: | Line 329: | ||
function p.getSkillcapeNavbox(frame) | function p.getSkillcapeNavbox(frame) | ||
local capeList = { | local capeList = { | ||
["Normal"] = Shop.getPurchases(function(purch) return purch | ["Normal"] = Shop.getPurchases(function(purch) return Shop.isSkillcapePurchase(purch, false, nil) end), | ||
["Superior"] = Shop.getPurchases(function(purch) return purch | ["Superior"] = Shop.getPurchases(function(purch) return Shop.isSkillcapePurchase(purch, true, nil) end) | ||
} | } | ||