Skip to content

Commit

Permalink
Add recommened teles to General's Shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fincap authored Sep 17, 2023
1 parent 7c44e5e commit 89e8459
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ public List<ItemRequirement> getItemRequirements()
@Override
public List<ItemRequirement> getItemRecommended()
{
return Arrays.asList(rellekkaTeleport, gnomeTeleport, kharidTeleport, karamjaTeleport, draynorTeleport);
return Arrays.asList(rellekkaTeleport, gnomeTeleport, kharidTeleport, karamjaTeleport, draynorTeleport,
camelotTeleport, skillsNecklace);
}


Expand Down

0 comments on commit 89e8459

Please sign in to comment.