diff --git a/gw-pull.php b/gw-pull.php index 6c6b8a5..2ee5ca2 100644 --- a/gw-pull.php +++ b/gw-pull.php @@ -18,10 +18,10 @@ if (mysqli_num_rows($result) > 0) { echo 'On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and '; if ($row['itemtype'] == 16) { //this would be a rune echo 'a rune of ' . $row['runetype']; - $runeid = '6'; + /*$runeid = '6'; $sqlrune = "SELECT listrunes.`runeid`, listrunes.`runes` FROM listrunes WHERE listrunes.`runeid` = $runeid"; $runeresults = mysqli_query($con, $sqlrune); - echo 'Results of mapping runeid to runes: ' $runeresults; + echo 'Results of mapping runeid to runes: ' $runeresults; */ } else { if (is_null($row['material'])) { echo 'a ' . $row['itemrarity'] . ' r' . $row['itemreq'] . ' ' . $row['itemattribute'] . ' ' . $row['itemtype'] . ' named ' . $row['itemname'] . ''; //itemtype changed, need to convert itemtype to something readable