Fix clue scroll plugin game object query for world overlay
This commit is contained in:
@@ -163,7 +163,7 @@ public class ClueScrollPlugin extends Plugin
|
||||
|
||||
if (objectId != -1)
|
||||
{
|
||||
GameObjectQuery query = new GameObjectQuery().idEquals();
|
||||
GameObjectQuery query = new GameObjectQuery().idEquals(objectId);
|
||||
objectsToMark = queryRunner.runQuery(query);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user