소스 검색

统计存入背包数据bug修复

cyzhao 1 년 전
부모
커밋
dab0d834a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Gameserver/App/process/StoreProc.php

+ 1 - 1
Gameserver/App/process/StoreProc.php

@@ -738,7 +738,7 @@ class StoreProc {
             list($itemId, $num) = $val;                                         # ID, 数量           
             $itemMo = GameConfig::item_getItem($itemId);
             if($itemMo->itemType != 701){
-                self::$reward[] = $val;                               
+                self::$reward[] = $value;                               
             }           
             
             switch ($itemMo->itemType) {