diff --git a/gw-create.php b/gw-create.php index 9384218..6985045 100644 --- a/gw-create.php +++ b/gw-create.php @@ -23,12 +23,11 @@ if ($createnew === "1"){ echo '
'; echo 'Character name:
'; echo 'Birthdate:
'; - echo ''; $sqlprofession = "SELECT * FROM (SELECT * FROM listruneprofessions ORDER BY runeprofid DESC LIMIT 10) sub ORDER BY runeprofid ASC"; if (!$result = $con->query($sqlprofession)){ die ('There was an error running the query [' . $con->error . ']'); } - echo 'Profession: '; echo ''; while ($row = $result->fetch_array()){ $professionid = $row['runeprofid'];