This commit is contained in:
hujiabin 2024-10-11 16:07:17 +08:00
parent f51739d820
commit 3498d16b63
2 changed files with 2 additions and 1 deletions

View File

@ -226,6 +226,7 @@ class HeroController extends BaseAuthedController {
'wealth_attr' => json_encode($attribute),
);
if ($heroDb['quality'] == 1){
$fieldsKv['gold_times'] = 0;
$this->_incDailyV(TN_DAILY_TIER_N_HERO_TIMES, 0,1);
}
if ($heroDb['quality'] + 1 > 4){

View File

@ -37,7 +37,7 @@ class MissionController extends BaseAuthedController {
public function _handlePre()
{
parent::_handlePre();
die;
DynData::preload();
// $this->currRankSeasonMeta = mt\RankSeason::getCurrentSeason();
// if (!$this->currRankSeasonMeta) {