1
This commit is contained in:
parent
78b5f6138a
commit
9ef1337a95
@ -29,6 +29,7 @@ class GunSkin extends BaseModel {
|
||||
'skin_id' => $row['skin_id'],
|
||||
'skin_state' => $row['skin_state'],
|
||||
'try_expire_at' => $row['try_expire_at'],
|
||||
'chip_ids' => $row['chip_ids'],
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -211,7 +211,8 @@ class Hero extends BaseModel {
|
||||
'atk' => $atk,
|
||||
'def' => $def,
|
||||
'advanced_count' => $row['advanced_count'],
|
||||
'lucky' => $heroLucky
|
||||
'lucky' => $heroLucky,
|
||||
'chip_ids' => $row['chip_ids']
|
||||
);
|
||||
$dto['ceg_uplimit'] = FormulaService::getHeroPvpDailyCegUpLimit($dto);
|
||||
$dto['raw_pve_ceg_uplimit'] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user