menuentry: add examine npc type to getNpc() method. (#3206)

Co-authored-by: Ganom <ganom@ganomsoftware.com>
This commit is contained in:
Ganom
2022-05-27 13:41:13 -04:00
committed by GitHub
parent 50cc647378
commit 5c7302fd5a

View File

@@ -473,7 +473,8 @@ public class RuneLiteMenuEntry implements MenuEntry
menuAction == MenuAction.NPC_THIRD_OPTION ||
menuAction == MenuAction.NPC_FOURTH_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();