diff --git a/manifest.json b/manifest.json index b8b531b..71f4506 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.7.6" + "version": "1.7.7" } \ No newline at end of file diff --git a/src/token.lua b/src/token.lua index 874e1dc..7c9c65e 100644 --- a/src/token.lua +++ b/src/token.lua @@ -52,7 +52,7 @@ for _, v in pairs({ {"tag_uncommon", "Uncommon", 2, 1, 3}, {"tag_rare", "Rare", 3, 1, 5}, {"tag_cry_epic", "Epic", 4, 1, 8}, - {"tag_cry_gourmond", "Gourmond", 5, 1, 4}, + {"tag_cry_gourmand", "Gourmand", 5, 1, 4}, {"tag_double", "Double", 0, 2, 6}, {"tag_cry_triple", "Triple", 1, 2, 8}, {"tag_cry_quadruple", "Quadruple", 2, 2, 10},