|
|
@ -10,6 +10,8 @@ include_once ('inclu/halloffame.inc.php');
|
|
|
|
include_once ('inclu/turnier.inc.php');
|
|
|
|
include_once ('inclu/turnier.inc.php');
|
|
|
|
include_once ('inclu/char.inc.php');
|
|
|
|
include_once ('inclu/char.inc.php');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$name = 'klein';
|
|
|
|
|
|
|
|
|
|
|
|
// do the stuff for the whole exp and money distribution there ;)
|
|
|
|
// do the stuff for the whole exp and money distribution there ;)
|
|
|
|
$results = generateTournamentResults($name, 10000, 15000);
|
|
|
|
$results = generateTournamentResults($name, 10000, 15000);
|
|
|
|
|
|
|
|
|
|
|
|