Merge pull request #1004 from deathbeam/remove-item-stack-count

Do not display stack in price tooltips
This commit is contained in:
Adam
2018-03-18 20:45:55 -04:00
committed by GitHub

View File

@@ -217,10 +217,6 @@ class ItemPricesOverlay extends Overlay
private String stackValueText(int qty, int gePrice, int haValue)
{
if (qty > 1)
{
itemStringBuilder.append("(").append(qty).append(") ");
}
if (gePrice > 0)
{
itemStringBuilder.append("EX: ")