Skip to content

Commit

Permalink
fix quest point reward
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Sep 29, 2024
1 parent 38dac24 commit df1328b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ public List<String> getCombatRequirements()
@Override
public QuestPointReward getQuestPointReward()
{
return new QuestPointReward(5);
return new QuestPointReward(2);
}

@Override
Expand Down

0 comments on commit df1328b

Please sign in to comment.