소스 검색

宝箱功能奖励入库bug修复

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

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

@@ -261,7 +261,7 @@ class ShopProc {
                     }
 
                     if ($qual > 0) {                                              
-                        StoreProc::AddMultiItemInStore($qual, Enum_StoreSourceType::ShopBox);
+                        StoreProc::AddMultiItemInStore($qual.",1", Enum_StoreSourceType::ShopBox);
                     }
                 }