1
This commit is contained in:
parent
ebe315a759
commit
9a64598a45
@ -149,7 +149,7 @@ class Gun extends BaseModel {
|
||||
if (myself()->_getDaySeconds($lastGetGoldTime) < myself()->_getNowDaySeconds()) {
|
||||
$todayGetGold = 0;
|
||||
}
|
||||
$todayPveGetGold = $row['today_pve_get_ceg'];
|
||||
$todayPveGetCeg = $row['today_pve_get_ceg'];
|
||||
$lastPveGetCegTime = $row['last_pve_get_ceg_time'];
|
||||
if (myself()->_getDaySeconds($lastPveGetCegTime) <
|
||||
myself()->_getNowDaySeconds()) {
|
||||
|
@ -139,7 +139,7 @@ class Hero extends BaseModel {
|
||||
myself()->_getNowDaySeconds()) {
|
||||
$todayGetGold = 0;
|
||||
}
|
||||
$todayPveGetGold = $row['today_pve_get_ceg'];
|
||||
$todayPveGetCeg = $row['today_pve_get_ceg'];
|
||||
$lastPveGetCegTime = $row['last_pve_get_ceg_time'];
|
||||
if (myself()->_getDaySeconds($lastPveGetCegTime) <
|
||||
myself()->_getNowDaySeconds()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user