fix 讨伐海盗
This commit is contained in:
parent
1f92fe7dc3
commit
a6efa1019e
@ -75,8 +75,8 @@ export class LingZhuLaiXifun {
|
|||||||
if (_myData && PublicShared.chkSameDate(_myData.time, G.time)) {
|
if (_myData && PublicShared.chkSameDate(_myData.time, G.time)) {
|
||||||
_res = {
|
_res = {
|
||||||
num: _myData.num || 0,
|
num: _myData.num || 0,
|
||||||
time: _myData.time,
|
time: _myData.time || G.time,
|
||||||
maxdps: _myData.maxdps
|
maxdps: _myData.maxdps || {}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
_res = {
|
_res = {
|
||||||
|
Loading…
Reference in New Issue
Block a user