okay, fixed more error stuff

main
hecht 13 years ago
parent 85c727f7aa
commit a20157a1f9

@ -22,10 +22,14 @@ $rang1 = getChar($results[0][0]);
// insertIntoHallOfFame($title, $charid, $userid);
insertIntoHallOfFame('Anfängerturnier', $rang1['id'], $rang1['besitzer']);
/* FIXME: Before we can do this we have to resolve the include chaos!!
if(getHallOfFameEntryCount('Anfängerturnier', $rang1['id']) >= 2) {
// remove all chars that are registered
mysql_query('DELETE FROM turnier1 WHERE art = \'klein\' AND besitzer = '.$rang1['besitzer']);
}
*/
// Now distribute the shop points ;)

Loading…
Cancel
Save