浏览代码

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()){ while ($row2 = $result2->fetch_array()){
echo 'a rune of ' . $row2['runes']; 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 { } else {
if (is_null($row['material'])) { if (is_null($row['material'])) {
$itemrarity = $row['itemrarity']; $itemrarity = $row['itemrarity'];


正在加载...
取消
保存