1
This commit is contained in:
parent
d1e2b02351
commit
cad0ae2477
@ -185,6 +185,8 @@ class Hero extends BaseModel {
|
|||||||
$heroLucky = \services\FormulaService::Hero_Advanced_Lucky_Value($row['quality']);
|
$heroLucky = \services\FormulaService::Hero_Advanced_Lucky_Value($row['quality']);
|
||||||
$dto = array(
|
$dto = array(
|
||||||
'rand_attr' => $row['rand_attr'],
|
'rand_attr' => $row['rand_attr'],
|
||||||
|
'attr_pro1' => $attrPro1,
|
||||||
|
'attr_pro2' => $attrPro2,
|
||||||
'idx' => $row['idx'],
|
'idx' => $row['idx'],
|
||||||
'token_id' => $row['token_id'],
|
'token_id' => $row['token_id'],
|
||||||
'hero_uniid' => $row['idx'],
|
'hero_uniid' => $row['idx'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user