From fdf8388eb527408ddeffe0e09b928dbdec8a4ebc Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 21 May 2018 13:49:53 +0200 Subject: ReportTable: Paginate --- src/maps/maps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/maps/maps.js') diff --git a/src/maps/maps.js b/src/maps/maps.js index 94db68a..cc6ee4b 100644 --- a/src/maps/maps.js +++ b/src/maps/maps.js @@ -44,7 +44,7 @@ function getTalentRarity(talent) { } function getTalentRarityIndex(talent) { - return ['No Talent', 'Rare', 'Epic', 'Legendary']; + return ['None', 'Rare', 'Epic', 'Legendary']; } function getHero(actor) { -- cgit v1.3.1