diff --git a/gw-history.php b/gw-history.php index b0e61f7..755c41d 100644 --- a/gw-history.php +++ b/gw-history.php @@ -5,6 +5,7 @@
| On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and ';
if ($row['itemtype'] == 16) { //this would be a rune
$runeid = $row['runetype'];
$sqlrune = "SELECT listrunes.`runeid`, listrunes.`runes` FROM listrunes WHERE listrunes.`runeid` = $runeid";
@@ -71,12 +72,13 @@ if (mysqli_num_rows($result) > 0) {
}
}
}
- echo ' at ' . $row['location'] . ' '; + echo ' at ' . $row['location'] . ' | ';
}
} else {
echo '