PetTracker icon indicating copy to clipboard operation
PetTracker copied to clipboard

Different small bugs

Open MrPollux opened this issue 4 years ago • 0 comments

Version: 8.3.6

file battle.lua, line 128, Addon.state.Turn -> Addon.state.turn

file record.lua, line 74, floor(date / 31 / 12) + 2014 -> floor(tonumber(date, 16) / 31 / 12) + 2014 -- cause: In my case year 2020 was 2016

file specie.lua, line 26, self:GetBestOwned():GetID() -> self:GetBestOwned() and self:GetBestOwned():GetID() -- cause: In some cases GetBestOwned returns nil

Regards

MrPollux avatar Mar 31 '20 13:03 MrPollux