Module:CombatAreas/AreaTables: Difference between revisions

Changed formatting slightly
(Added pet drop chance to dungeon table)
(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/>('..petDrop..')'
result = result..'<br/>'..petDrop
end
end
end
end