瀏覽代碼

borked a variable i think

development
mauirixxx 8 年之前
父節點
當前提交
87660223e8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      gw-pull.php

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

@@ -46,7 +46,7 @@ if (mysqli_num_rows($result) > 0) {
while ($row4 = $resultattr->fetch_array()){
echo $row4['weaponattribute'];
}
echo ' ' . $row['itemtype'];
#echo ' ' . $row['itemtype']; //do I need this?
if (!$resultweap = $con->query($sqlweap)){
die ('There was an error running the query [' . $con->error . ']');
}


Loading…
取消
儲存