menuentry: add examine npc type to getNpc() method. (#3206)
Co-authored-by: Ganom <ganom@ganomsoftware.com>
This commit is contained in:
@@ -473,7 +473,8 @@ public class RuneLiteMenuEntry implements MenuEntry
|
|||||||
menuAction == MenuAction.NPC_THIRD_OPTION ||
|
menuAction == MenuAction.NPC_THIRD_OPTION ||
|
||||||
menuAction == MenuAction.NPC_FOURTH_OPTION ||
|
menuAction == MenuAction.NPC_FOURTH_OPTION ||
|
||||||
menuAction == MenuAction.NPC_FIFTH_OPTION ||
|
menuAction == MenuAction.NPC_FIFTH_OPTION ||
|
||||||
menuAction == MenuAction.WIDGET_TARGET_ON_NPC)
|
menuAction == MenuAction.WIDGET_TARGET_ON_NPC ||
|
||||||
|
menuAction == MenuAction.EXAMINE_NPC)
|
||||||
{
|
{
|
||||||
int identifier = this.getIdentifier();
|
int identifier = this.getIdentifier();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user