40 - 4.3 Error 132
There is an error 132 occurring on the 4.3 PTR due do changes BLizzard made to dividing by zero (you can't do it anymore). On line 166 of /Core/TimerLib/frames/group.lua you are calling fmod with a second argument that could possibly be zero. The error occurs if it is zero. You will need to check the value of your second argument before calling fmod to prevent this error from occurring.
The error/source: http://us.battle.net/wow/en/forum/topic/3341764504
| User | When | Change |
|---|---|---|
| Cybeloras | Oct 07, 2011 at 01:49 UTC | Create |