This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Log in.2. Check bugsack
What is the expected output? What do you see instead?
- Division by zero error from: local inf=1/0- Expected no error.
What version of the product are you using?
-Latest.
Do you have an error log of what happened?
- Not worth posting!
Please provide any additional information below.
Change the line to:
local inf=math.hugeand works (compatible with 4.2 as well).
The problem is also present with Mists Beta and the PTR for 5.0.3. The fix described still work.
To post a comment, please login or register a new account.