瀏覽代碼

i really broke something somewhere

development
mauirixxx 8 年之前
父節點
當前提交
79bcfd7c70
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      gw-pull.php

+ 0
- 1
gw-pull.php 查看文件

@@ -17,7 +17,6 @@ if (mysqli_num_rows($result) > 0) {
while ($row = $result->fetch_array()){
echo 'On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and ';
if ($row['itemtype'] == 16) { //this would be a rune
$runeid = $row['runeid'];
echo 'a rune of ' . $row['runetype'];
} else {
if (is_null($row['material'])) {


Loading…
取消
儲存