Skip to content

Commit

Permalink
fix: Removed outdated reward from A Porcine of Interest
Browse files Browse the repository at this point in the history
  • Loading branch information
evaan authored Oct 22, 2024
1 parent 2a172ed commit 0540ce5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public List<ItemReward> getItemRewards()
@Override
public List<UnlockReward> getUnlockRewards()
{
return Arrays.asList(new UnlockReward("30 Slayer Points"), new UnlockReward("Access to Sourhog Cave"), new UnlockReward("Sourhog can be assigned as a slayer task by Spria or Tureal"));
return Arrays.asList(new UnlockReward("30 Slayer Points"), new UnlockReward("Access to Sourhog Cave"), new UnlockReward("Sourhogs can be assigned as a slayer task by Spria"));
}

@Override
Expand Down

0 comments on commit 0540ce5

Please sign in to comment.