examineplugin: Add support for ground items (#10157)
This commit is contained in:
committed by
Tomas Slusny
parent
9baee9f38f
commit
d1fd88f663
@@ -126,6 +126,10 @@ public class ExaminePlugin extends Plugin
|
|||||||
quantity = widgetItem != null && widgetItem.getId() >= 0 ? widgetItem.getQuantity() : 1;
|
quantity = widgetItem != null && widgetItem.getId() >= 0 ? widgetItem.getQuantity() : 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case EXAMINE_ITEM_GROUND:
|
||||||
|
type = ExamineType.ITEM;
|
||||||
|
id = event.getId();
|
||||||
|
break;
|
||||||
case EXAMINE_ITEM_BANK_EQ:
|
case EXAMINE_ITEM_BANK_EQ:
|
||||||
{
|
{
|
||||||
type = ExamineType.ITEM_BANK_EQ;
|
type = ExamineType.ITEM_BANK_EQ;
|
||||||
|
|||||||
Reference in New Issue
Block a user