Fixed a bug that prevented claiming the diary reward ring from Ned

This commit is contained in:
Ceikry
2022-09-20 12:30:24 +00:00
committed by Ryan
parent 7159e56c4d
commit 7cb5485b1b
@@ -106,7 +106,7 @@ class NedDiaryDialogue : DialogueFile() {
stage++
}
52 -> {
AchievementDiary.grantReplacement(player, DiaryType.LUMBRIDGE, level)
AchievementDiary.flagRewarded(player, DiaryType.LUMBRIDGE, level)
npc("This ring is a representation of the adventures you", "went on to complete your tasks.")
stage++
}