mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-11-29 17:06:51 +01:00
Fix #353
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user