From 260df0f24cfe169f8cacf2bb563810d1aeec26b3 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 10:39:07 -1000 Subject: [PATCH] ok..... still borked --- gw-pull.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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