소스 검색

its late, i probably broke it

development
mauirixxx 8 년 전
부모
커밋
a209c84154
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      gw-history.php

+ 2
- 0
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'];


불러오는 중...
취소
저장