|
@@ -322,11 +322,15 @@ class StoreProc {
|
|
|
// $user->task->dailyActivePoint += $num; # 每日任务活跃点
|
|
|
break;
|
|
|
case 101: # 武器
|
|
|
- StoreProc::PutEquipInStore($itemId, $req);
|
|
|
+ for ($n = 0; $n < $num; $n++) {
|
|
|
+ StoreProc::PutEquipInStore($itemId, $req);
|
|
|
+ }
|
|
|
CornerSignEventProc::OnBag_new_Weapon($req);
|
|
|
break;
|
|
|
case 401: # 言灵
|
|
|
- StoreProc::PutYanLingInStore($itemId, $req);
|
|
|
+ for ($n = 0; $n < $num; $n++) {
|
|
|
+ StoreProc::PutYanLingInStore($itemId, $req);
|
|
|
+ }
|
|
|
CornerSignEventProc::OnBag_new_Yanling($req);
|
|
|
break;
|
|
|
case 501: # 限购礼包
|