1
This commit is contained in:
parent
f51739d820
commit
3498d16b63
@ -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){
|
||||
|
@ -37,7 +37,7 @@ class MissionController extends BaseAuthedController {
|
||||
public function _handlePre()
|
||||
{
|
||||
parent::_handlePre();
|
||||
die;
|
||||
|
||||
DynData::preload();
|
||||
// $this->currRankSeasonMeta = mt\RankSeason::getCurrentSeason();
|
||||
// if (!$this->currRankSeasonMeta) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user