|
@@ -109,7 +109,7 @@ class ActiveProc {
|
|
|
if($itemType >= 2){
|
|
|
$tag = true;
|
|
|
}
|
|
|
- if($n==10 && $tag == false){
|
|
|
+ if($n==10 && $tag == false && $shenmiaoInfo->activeDic->$type->totalNum >= 10){
|
|
|
$list[] =self::getActiveRandomItem(self::randSsrUr($shenmo->per), $shenmo);
|
|
|
} else {
|
|
|
$nId =self::getActiveRandomItem($itemType, $shenmo);
|