- Code: Select all
print '<a href="char.php?name='.$row['name'].'&server='.$roster_conf['server_name'].'">'.$row['name'].'</a><br />'.$row['class'].' ('.$row['level'
].')</td>'."\n";
which doesn't help to get a working playerlink
Realmname should be displayed together with the charname, too
second: Chars with the same name on different realms seem to bug, too. This is due to "GROUP BY name" in about line 155