|
@@ -877,8 +877,8 @@ class StoreProc {
|
|
|
$privateState = req()->userInfo->game->privateState;
|
|
|
$unlockNum = $privateState->expandNum * 5;
|
|
|
//var_dump("task==============");
|
|
|
- $n = self::countStoreNum();
|
|
|
- my_Assert($n<$unlockNum+50, "背包容量不够请扩容");
|
|
|
+ //$n = self::countStoreNum();
|
|
|
+ //my_Assert($n<$unlockNum+50, "背包容量不够请扩容");
|
|
|
|
|
|
if (!CommUtil::isPropertyExists($privateState, "currentId")) { # 如果仓库中已经有这种元素,则其数目+1
|
|
|
req()->userInfo->game->privateState->currentId = 1;
|