PrgStart(); echo($server->RealmSelection()); if($player->Check()) { echo('<- Zpět do správy účtu

Resetování XP vaší postavy

Jméno postavy:
'); if(isset($_POST['xpreset']) and $_POST['char'] != '') { $guid = $player->CharNameToGuid($_POST['char']); $player->ResetXP($guid); } } else { $player->LoginForm(); } $html->PrgStop(); ?>