|
@@ -372,12 +372,11 @@ class ShopProc {
|
|
|
if($typeId == 1){
|
|
|
my_Assert($user->privateState->monthCardShop_ts == 0, ErrCode::err_const_no);
|
|
|
$user->privateState->monthCardShop_ts = now();
|
|
|
+ StoreProc::AddMultiItemInStore($mo->buy_reward);
|
|
|
} else {
|
|
|
my_Assert($user->privateState->honourCardShop_ts == 0, ErrCode::err_const_no);
|
|
|
$user->privateState->honourCardShop_ts = now();
|
|
|
- }
|
|
|
-
|
|
|
- StoreProc::AddMultiItemInStore($mo->buy_reward);
|
|
|
+ }
|
|
|
break;
|
|
|
default:
|
|
|
break;
|