This commit is contained in:
Znote 2019-03-22 19:35:12 +01:00
parent 6fee46767b
commit 9f95fa4bb8

View File

@ -376,6 +376,7 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false) {
FROM player_storage FROM player_storage
WHERE `player_id` = {$user_id} WHERE `player_id` = {$user_id}
"); ");
if (isset($config['quests']) && !empty($config['quests'])) {
foreach ($config['quests'] as $cquest) { foreach ($config['quests'] as $cquest) {
$totalquests = $totalquests + 1; $totalquests = $totalquests + 1;
foreach ($sqlquests as $dbquest) { foreach ($sqlquests as $dbquest) {
@ -414,6 +415,7 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false) {
} }
} }
} }
}
if ($firstrun == 0): ?> if ($firstrun == 0): ?>
</tbody></table> </tbody></table>