fix bug
This commit is contained in:
parent
2f23de0ef2
commit
c5cad480d7
@ -251,7 +251,7 @@ function ItemData:isTimingRecovery(itemId)
|
|||||||
if not data then
|
if not data then
|
||||||
return -1
|
return -1
|
||||||
end
|
end
|
||||||
return data.type == RECOVERY_TYPE_TIME
|
return data.recoveryType == RECOVERY_TYPE_TIME
|
||||||
end
|
end
|
||||||
|
|
||||||
function ItemData:getTimelyItemRecoveryTime(itemId)
|
function ItemData:getTimelyItemRecoveryTime(itemId)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user