diff --git a/gw-record.php b/gw-record.php index c1a3e36..aee8927 100644 --- a/gw-record.php +++ b/gw-record.php @@ -97,7 +97,7 @@ if ($whatdropped == "1"){ } else if ($whatdropped == "3"){ echo '
'; echo 'on a '; - echo ' '; //code for what rune dropped $sqlrune = "SELECT * FROM `listrunes` ORDER BY `runeid` ASC"; if (!$result = $con->query($sqlrune)){