Przeglądaj źródła

统计存入背包数据bug修复

cyzhao 1 rok temu
rodzic
commit
dab0d834a7
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {