|
@@ -282,7 +282,7 @@ class ActiveProc {
|
|
|
}
|
|
|
|
|
|
my_Assert($itemNum > 0 , ErrCode::notenough_item);
|
|
|
- ctx()->store()->removeItem($itemId, $itemNum);
|
|
|
+ ctx()->store()->removeItem($itemId, 1);
|
|
|
|
|
|
$cardId = self::RandCardReward();
|
|
|
my_Assert($cardId != 0, ErrCode::active_const_no_err);
|