4,951
edits
Falterfire (talk | contribs) (Added pet drop chance to dungeon table) |
Falterfire (talk | contribs) (Changed formatting slightly) |
||
Line 156: | Line 156: | ||
local petDrop = Pets._getPetChance(pet) | local petDrop = Pets._getPetChance(pet) | ||
if petDrop ~= nil then | if petDrop ~= nil then | ||
result = result..'<br/> | result = result..'<br/>'..petDrop | ||
end | end | ||
end | end |