17,101
edits
(Add TotH icon to tables) |
(_getDungeonRewards: Fix asList parameter handling) |
||
Line 69: | Line 69: | ||
asList = true | asList = true | ||
elseif type(asList) == 'string' then | elseif type(asList) == 'string' then | ||
asList = | asList = string.upper(asList) ~= 'FALSE' | ||
end | end | ||