Skip to content

Commit

Permalink
Update DragonSlayer.java
Browse files Browse the repository at this point in the history
Typo - fix `abiltiy` to `ability`.
  • Loading branch information
stripesinterview authored Dec 2, 2024
1 parent 0fb01f9 commit 216dd7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ public List<ExperienceReward> getExperienceRewards()
public List<UnlockReward> getUnlockRewards()
{
return Arrays.asList(
new UnlockReward("The abiltiy to equip a Green D'hide Body, Rune Platebody & Dragon Platebody"),
new UnlockReward("The ability to equip a Green D'hide Body, Rune Platebody & Dragon Platebody"),
new UnlockReward("Access to Crandor"),
new UnlockReward("Access to the Corsair Cove Resource Area."),
new UnlockReward("Ability to receive dragons as a slayer task."));
Expand Down

0 comments on commit 216dd7a

Please sign in to comment.