From 836df77375c2f82979daa07287999c2c561a5c84 Mon Sep 17 00:00:00 2001 From: smthbh Date: Mon, 28 Apr 2025 13:49:30 -0400 Subject: [PATCH] add link to aowow quest --- static/character-quests.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/character-quests.hbs b/static/character-quests.hbs index c72d08e..3ef3b7a 100644 --- a/static/character-quests.hbs +++ b/static/character-quests.hbs @@ -40,7 +40,7 @@ {{#each quests}} {{#if (eq this.status "In Progress")}} - {{this.title}} + {{this.title}} {{this.questLevel}} {{this.status}} @@ -68,7 +68,7 @@ {{#each quests}} {{#if (eq this.status "Completed")}} - {{this.title}} + {{this.title}} {{this.questLevel}} {{this.status}}