clues: change npc name check to nameEquals

This commit is contained in:
Maiddog
2018-04-29 11:20:21 -05:00
committed by Adam
parent 320e92ac1c
commit 1ad35ff2d1

View File

@@ -209,7 +209,7 @@ public class ClueScrollPlugin extends Plugin
if (npc != null)
{
Query query = new NPCQuery().nameContains(npc);
Query query = new NPCQuery().nameEquals(npc);
npcsToMark = queryRunner.runQuery(query);
// Set hint arrow to first NPC found as there can only be 1 hint arrow