Fix 'GROTESQUE_GUARDIAN' typo in SlayerUnlock enum

This commit is contained in:
William Collishaw
2019-06-18 18:29:22 -06:00
parent a7d4444998
commit d956c6b3ac
2 changed files with 2 additions and 2 deletions

View File

@@ -587,7 +587,7 @@ public class SlayerPlugin extends Plugin
private boolean doubleTroubleExtraKill()
{
return WorldPoint.fromLocalInstance(client, client.getLocalPlayer().getLocalLocation()).getRegionID() == GROTESQUE_GUARDIANS_REGION &&
SlayerUnlock.GROTESQUE_GARDIAN_DOUBLE_COUNT.isEnabled(client);
SlayerUnlock.GROTESQUE_GUARDIAN_DOUBLE_COUNT.isEnabled(client);
}
private boolean isTarget(NPC npc)