From 81f0dd27b5605d26b701913d19c3ab9b336c3888 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Thu, 8 Dec 2022 16:45:46 +0800 Subject: [PATCH] 1 --- webapp/models/Hero.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/models/Hero.php b/webapp/models/Hero.php index 70165037..7c788c23 100644 --- a/webapp/models/Hero.php +++ b/webapp/models/Hero.php @@ -768,8 +768,7 @@ class Hero extends BaseModel { $info['hero_tili_max'] = strval(round(FormulaService::Hero_NFT_Maximum_Physical_Strength($info['quality'],$info['lucky']),3)); $info['pvp_ceg_uplimit'] =strval( round(FormulaService::getHeroPvpDailyCegUpLimit($info),2) ); $info['pve_ceg_uplimit'] = strval( round(FormulaService::getHeroPveDailyCegUpLimit($info),2) ); -// return $dto; - print_r($info);die; + return $info; } private static function _mergeArr($data){