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'] . '!
';
}