Browse Source

宝箱功能奖励入库bug修复

cyzhao 9 months ago
parent
commit
d4046378f3
1 changed files with 1 additions and 1 deletions
  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);
                     }
                 }