From cad0ae24772795b5458403483dbef4758f39b7e1 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Fri, 14 Oct 2022 16:20:33 +0800 Subject: [PATCH] 1 --- webapp/models/Hero.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/models/Hero.php b/webapp/models/Hero.php index 2302ae76..fca4b2b4 100644 --- a/webapp/models/Hero.php +++ b/webapp/models/Hero.php @@ -185,6 +185,8 @@ class Hero extends BaseModel { $heroLucky = \services\FormulaService::Hero_Advanced_Lucky_Value($row['quality']); $dto = array( 'rand_attr' => $row['rand_attr'], + 'attr_pro1' => $attrPro1, + 'attr_pro2' => $attrPro2, 'idx' => $row['idx'], 'token_id' => $row['token_id'], 'hero_uniid' => $row['idx'],