...
This commit is contained in:
parent
c15e8a62de
commit
b3fb9f7f9c
@ -706,7 +706,7 @@ class Gun extends BaseModel {
|
|||||||
'quality' => $row['quality'],
|
'quality' => $row['quality'],
|
||||||
'lucky' => strval($gunLucky),
|
'lucky' => strval($gunLucky),
|
||||||
'durability' => $row['durability'],
|
'durability' => $row['durability'],
|
||||||
'rand_attr' => $rand_attr,
|
'rand_attr' => array_values($rand_attr),
|
||||||
'chip_core' => $chip_core ? $coreAttr : $chip_core,
|
'chip_core' => $chip_core ? $coreAttr : $chip_core,
|
||||||
'current_pvp_get_ceg' => $todayGetGold / 100,
|
'current_pvp_get_ceg' => $todayGetGold / 100,
|
||||||
'current_pve_get_ceg' => $todayPveGetCeg / 100,
|
'current_pve_get_ceg' => $todayPveGetCeg / 100,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user