Quellcode durchsuchen

统计存入背包数据bug修复

cyzhao vor 1 Jahr
Ursprung
Commit
dab0d834a7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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) {