ソースを参照

宝箱功能奖励入库bug修复

cyzhao 9 ヶ月 前
コミット
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) {                                              
                     if ($qual > 0) {                                              
-                        StoreProc::AddMultiItemInStore($qual, Enum_StoreSourceType::ShopBox);
+                        StoreProc::AddMultiItemInStore($qual.",1", Enum_StoreSourceType::ShopBox);
                     }
                     }
                 }
                 }