Fix 'GROTESQUE_GUARDIAN' typo in SlayerUnlock enum
This commit is contained in:
@@ -79,7 +79,7 @@ public enum SlayerUnlock
|
||||
RUNE_DRAGON_EXTEND(41),
|
||||
VORKATH_SLAYER_HELM(42),
|
||||
FOSSIL_ISLAND_WYVERN_DISABLE(43, Varbits.FOSSIL_ISLAND_WYVERN_DISABLE),
|
||||
GROTESQUE_GARDIAN_DOUBLE_COUNT(44);
|
||||
GROTESQUE_GUARDIAN_DOUBLE_COUNT(44);
|
||||
|
||||
private Varbits toggleVarbit;
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user