|
@@ -981,6 +981,10 @@ class HeroProc {
|
|
|
return Resp::err(ErrCode::hero_yanling_repeat);
|
|
|
}
|
|
|
|
|
|
+ if($store->yanling->$yanlingUid->starLv >= 5){
|
|
|
+ return Resp::err(ErrCode::hero_yanling_repeat);
|
|
|
+ }
|
|
|
+
|
|
|
$tag = true;
|
|
|
foreach ($uidList as $costUid) {
|
|
|
if (StlUtil::dictHasProperty($store->yanling, $costUid)) {//校验是否是同类型
|