You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
searchByItem now returns singular and plural names for loots. So a search for "cloud curd" matches cloud curd and cloud curds. They both point to the same time but the result menu makes it look like there are two matches.
The text was updated successfully, but these errors were encountered:
If a loot has a plural option we will get two rows from MHCT, one for singular and one for plural. We do not know which is which. MHCT does return singulars first, then plurals. In getMHCTList we turn the response into an array then process the array.
In getLoot we could filter the results to return only the first instance of an item id that matched the term.
searchByItem now returns singular and plural names for loots. So a search for "cloud curd" matches cloud curd and cloud curds. They both point to the same time but the result menu makes it look like there are two matches.
The text was updated successfully, but these errors were encountered: