PrgStart();
if($player->Check())
{
echo(' <- Zpět do správy účtu
Přemístění pozice vaší postavy
');
if(isset($_POST['unstuck']) and $_POST['char'] != '')
{
$guid = $player->CharNameToGuid($_POST['char']);
$player->ResetPosition($guid);
}
} else
{
$player->LoginForm();
}
$html->PrgStop();
?>