1
This commit is contained in:
parent
e1922f3904
commit
bb947c6d2b
@ -279,7 +279,6 @@ class RankingController extends BaseAuthedController {
|
||||
|
||||
private function calcCECSeasonAward($seasonId){
|
||||
$data = SeasonRanking::getDataBySeasonId($seasonId);
|
||||
error_log(json_encode($data));
|
||||
$rewardParamMeta = \mt\Parameter::getByName('rank_ring_reward');
|
||||
$rewardParamMetaValue = $rewardParamMeta ? $rewardParamMeta['param_value'] : '';
|
||||
$rewardList = explode('|',$rewardParamMetaValue);
|
||||
|
Loading…
x
Reference in New Issue
Block a user