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