mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00
Fix #353
This commit is contained in:
parent
6fee46767b
commit
9f95fa4bb8
@ -376,6 +376,7 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false) {
|
||||
FROM player_storage
|
||||
WHERE `player_id` = {$user_id}
|
||||
");
|
||||
if (isset($config['quests']) && !empty($config['quests'])) {
|
||||
foreach ($config['quests'] as $cquest) {
|
||||
$totalquests = $totalquests + 1;
|
||||
foreach ($sqlquests as $dbquest) {
|
||||
@ -414,6 +415,7 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ($firstrun == 0): ?>
|
||||
</tbody></table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user