diff --git a/gw-record.php b/gw-record.php index 1b49211..e7eb9f1 100644 --- a/gw-record.php +++ b/gw-record.php @@ -78,6 +78,7 @@ if ($whatdropped == "1"){ echo '

'; } else if ($whatdropped == "2"){ echo '
'; + echo 'on a '; //code for what rare material dropped $sqlraremat = "SELECT * FROM `materials` ORDER BY `materialid` ASC"; if (!$result = $con->query($sqlraremat)){ @@ -95,6 +96,7 @@ if ($whatdropped == "1"){ echo '

'; } else if ($whatdropped == "3"){ echo '
'; + echo 'on a '; //code for what rune dropped $sqlrune = "SELECT * FROM `listrunes` ORDER BY `runeid` ASC"; if (!$result = $con->query($sqlrune)){