From 79bcfd7c7092a615f72fc8511ad5ef24b7d300be Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 10:30:20 -1000 Subject: [PATCH] i really broke something somewhere --- gw-pull.php | 1 - 1 file changed, 1 deletion(-) diff --git a/gw-pull.php b/gw-pull.php index ebaad34..b84dadc 100644 --- a/gw-pull.php +++ b/gw-pull.php @@ -17,7 +17,6 @@ if (mysqli_num_rows($result) > 0) { while ($row = $result->fetch_array()){ echo 'On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and '; if ($row['itemtype'] == 16) { //this would be a rune - $runeid = $row['runeid']; echo 'a rune of ' . $row['runetype']; } else { if (is_null($row['material'])) {