From 2a11a1d87087125dfb7e94268de507809bd15e15 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Thu, 18 May 2017 00:36:33 -1000 Subject: [PATCH] formatting results better --- gw-pull.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-pull.php b/gw-pull.php index bd1a766..dc2a609 100644 --- a/gw-pull.php +++ b/gw-pull.php @@ -16,7 +16,7 @@ if (mysqli_num_rows($result) > 0) { echo 'a ' . $row['itemtype'] . ' of ' . $row['runetype'] . '!
'; } else { if (is_null($row['material'])) { - echo 'a ' . $row['itemrarity'] . ' req' . $row['itemreq'] . ' ' . $row['itemattribute'] . ' ' . $row['itemtype'] . ' named something stupid
'; + echo 'a ' . $row['itemrarity'] . ' r' . $row['itemreq'] . ' ' . $row['itemattribute'] . ' ' . $row['itemtype'] . ' named something stupid
'; } else { echo 'a ' . $row['material'] . '!
'; }