239
edits
(Add abyssal bars) |
(Move stronghold and abyss depth pets into "Boss" category instead of "Other") |
||
Line 551: | Line 551: | ||
if source.type == 'skill' then | if source.type == 'skill' then | ||
listCat = 'skill' | listCat = 'skill' | ||
elseif | elseif Shared.contains({'dungeon', 'abyssDepth', 'stronghold'}, source.type) then | ||
listCat = 'boss' | listCat = 'boss' | ||
else | else |
edits