From a209c8415432a78f80f70ba58e90a66cfe0eae71 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Sat, 10 Jun 2017 00:43:51 -1000 Subject: [PATCH] its late, i probably broke it --- gw-history.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gw-history.php b/gw-history.php index cb86152..8094c41 100644 --- a/gw-history.php +++ b/gw-history.php @@ -30,6 +30,8 @@ if (mysqli_num_rows($result) > 0) { while ($row2 = $result2->fetch_array()){ echo 'a rune of ' . $row2['runes']; } + } else if ($row['itemtype'] == 17) { //nothing dropped, but showing the recorded date + echo 'nothing dropped at this location on this date.'; } else { if (is_null($row['material'])) { $itemrarity = $row['itemrarity'];