forked from 2009Scape/Server
Fixed a bug that prevented claiming the diary reward ring from Ned
This commit is contained in:
parent
7159e56c4d
commit
7cb5485b1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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++
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue