examineplugin: Add support for ground items (#10157)

This commit is contained in:
Chris Hranj
2019-11-08 06:18:21 -05:00
committed by Tomas Slusny
parent 9baee9f38f
commit d1fd88f663

View File

@@ -126,6 +126,10 @@ public class ExaminePlugin extends Plugin
quantity = widgetItem != null && widgetItem.getId() >= 0 ? widgetItem.getQuantity() : 1;
break;
}
case EXAMINE_ITEM_GROUND:
type = ExamineType.ITEM;
id = event.getId();
break;
case EXAMINE_ITEM_BANK_EQ:
{
type = ExamineType.ITEM_BANK_EQ;