Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Possible float overflow when magic duration > 4096sec #1

Closed
freevatar opened this issue Oct 22, 2019 · 2 comments
Closed

Possible float overflow when magic duration > 4096sec #1

freevatar opened this issue Oct 22, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@freevatar
Copy link

The bug is related to magic duration when corresponding skill is high enough.

When magic duration is supposed to be more than 4096sec, overflow occurs and counter starts from zero.

Here is an example:

  1. Case 1
    Astral: 192
    Magic shield duration: 3944sec

  2. Case 2 (Overflow)
    Astral: 194
    Magic shield duration: 47.6sec

@igroglaz igroglaz added bug Something isn't working Medium priority and removed Medium priority labels Oct 23, 2019
@serg-bloim
Copy link

@igroglaz
Copy link
Owner

91bb5e2

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants