返回列表 發帖
本帖最後由 tonymak28 於 2012-2-26 20:48 編輯

leon改緊野, 突然之間斷線, 失踪了.

下次改野記得先關閉寵物中心;

試埋E次應該可以fix bug:
../wxpet/storage.php, 第35行, 改成
  1. $query = $db->query("select a.*,b.usetag,b.maxjob,b.career,b.selltag,b.addname,b.upitemname,b.uprange,b.itemtype,b.cname,b.moretxt,b.cwb,b.pic,b.requirejob,b.requirelevel,b.addnum,b.itemsex,b.str,b.vit,b.dex,b.kno,b.agi,b.maxhp,b.maxmp,b.killrange,b.criring,c.cname as upitemcname
  2.       from {$tablepre}wxstorage a,{$tablepre}wxitem b left join {$tablepre}wxitem c on b.upitemname=c.itemname
  3.       where a.itemname=b.itemname and a.username='$discuz_user' and a.itemnums>0 and a.bagtag=0  $sqlbb
  4.       order by b.itemtype,b.cwb LIMIT $star,$perpage");
複製代碼


不修改where之後的condition.
您所在的用戶組只能看到部分內容.
如查看全部內容, 請先登錄或者註冊.
1

評分人數

  • leon

TOP

返回列表