From 7c208b38ed9376044787502a8634c6f099451423 Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 2 Apr 2020 15:26:39 +0200 Subject: [PATCH] Add example quest --- config.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.php b/config.php index d2457899..f36a4723 100644 --- a/config.php +++ b/config.php @@ -221,7 +221,10 @@ $config = array( 'frags' => false, 'deleted' => false, // should deleted characters from same account be still listed on the list of characters? When enabled it will show that character is "[DELETED]" ), - 'quests' => array(), // quests list (displayed in character view), name => storage + 'quests' => array( + //'Some Quest' => 123, + //'Some Quest Two' => 456, + ), // quests list (displayed in character view), name => storage 'signature_enabled' => true, 'signature_type' => 'tibian', // signature engine to use: tibian, mango, gesior 'signature_cache_time' => 5, // how long to store cached file (in minutes), default 5 minutes