Fixed a bug that prevented claiming the diary reward ring from Ned
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ class NedDiaryDialogue : DialogueFile() {
|
|||||||
stage++
|
stage++
|
||||||
}
|
}
|
||||||
52 -> {
|
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.")
|
npc("This ring is a representation of the adventures you", "went on to complete your tasks.")
|
||||||
stage++
|
stage++
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user