1
This commit is contained in:
parent
74f710d29e
commit
7ec074a121
@ -336,7 +336,7 @@ class Gun extends BaseModel {
|
||||
return $finalyAddGold;
|
||||
}
|
||||
|
||||
public static function gainGoldPve($gunDto, $count)
|
||||
public static function gainGoldPve($gunDto, $addGold)
|
||||
{
|
||||
$newGold = min($gunDto['pve_ceg_uplimit'],
|
||||
$gunDto['current_pve_get_ceg'] + $addGold);
|
||||
|
Loading…
x
Reference in New Issue
Block a user