diff --git a/gw-record.php b/gw-record.php index 8d5d0f3..fb3913d 100644 --- a/gw-record.php +++ b/gw-record.php @@ -19,7 +19,7 @@ $sqlweaprare = "SELECT * FROM `listrarity` ORDER BY `rareid` ASC"; if (!$result = $con->query($sqlweaprare)){ die ('There was an error running the query [' . $con->error . ']'); } -echo ' '; while ($row = $result->fetch_array()){ $rareid = $row['rareid']; $rarity = $row['rarity'];