285
edits
Falterfire (talk | contribs) (sorted the pet list alphabetically) |
ByteFoolish (talk | contribs) m (Fix acquired by links for boss pets in pet table) |
||
Line 118: | Line 118: | ||
elseif Zones.getAreaFilterType('slayer', temp.acquiredBy) ~= nil then | elseif Zones.getAreaFilterType('slayer', temp.acquiredBy) ~= nil then | ||
acquired = 'slayer' | acquired = 'slayer' | ||
elseif Zones.getAreaFilterType('dungeon', temp.acquiredBy) ~= nil then | |||
acquired = 'dungeon' | |||
end | end | ||
temp.type = acquired | temp.type = acquired |
edits