From 6c5eb2728a8e9f102d22d328c2125c9c5ba01f64 Mon Sep 17 00:00:00 2001 From: Avi Weinstock Date: Sat, 1 Jan 2022 08:12:42 +0000 Subject: [PATCH] Allow starting family crest. --- .../content/quest/members/familycrest/DimintheisDialogue.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/kotlin/rs09/game/content/quest/members/familycrest/DimintheisDialogue.kt b/Server/src/main/kotlin/rs09/game/content/quest/members/familycrest/DimintheisDialogue.kt index 53efc4293..de211a3a7 100644 --- a/Server/src/main/kotlin/rs09/game/content/quest/members/familycrest/DimintheisDialogue.kt +++ b/Server/src/main/kotlin/rs09/game/content/quest/members/familycrest/DimintheisDialogue.kt @@ -133,7 +133,7 @@ class DimintheisDialogue(player: Player? = null): DialoguePlugin(player) { 1 -> npc("I thank you greatly adventurer!").also { stage++} 2 -> npc("I realise it was a lot to ask of a stranger.").also { stage = 1000 } } - 2013 -> if(player.questRepository.getQuest("Family Crest").hasRequirements(player)) { + 2012 -> if(player.questRepository.getQuest("Family Crest").hasRequirements(player)) { npc("If you find Caleb, or my other sons... please... ", "let them know their father still loves them...").also { stage = 1000 }.also { player.questRepository.getQuest("Family Crest").start(player) }.also { player.questRepository.syncronizeTab(player) } }else{