Skip to content

Commit

Permalink
fix: Corrects Kandarin hard xp reward (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeeranB committed Nov 17, 2024
1 parent 8485023 commit 0bfdbd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ public List<ItemReward> getItemRewards()
{
return Arrays.asList(
new ItemReward("Kandarin headgear (3)", ItemID.KANDARIN_HEADGEAR_3, 1),
new ItemReward("15,500 Exp. Lamp (Any skill over 50)", ItemID.ANTIQUE_LAMP, 1));
new ItemReward("15,000 Exp. Lamp (Any skill over 50)", ItemID.ANTIQUE_LAMP, 1));
}

@Override
Expand Down

0 comments on commit 0bfdbd5

Please sign in to comment.