Problem with Monk Windwalker
Mikhael85 opened this issue ยท 3 comments
With new version of addon, i have some problem with monk dps,...only tiger palm is in rotarion.
I sometimes get this:
Message: ..\AddOns\HeroRotation_Monk\Windwalker.lua line 520: attempt to call method 'CooldownRemainsP' (a nil value) Debug: [C]: CooldownRemainsP() HeroRotation_Monk\Windwalker.lua:520: HeroRotation_Monk\Windwalker.lua:518 HeroRotation_Monk\Windwalker.lua:339: Cooldowns() HeroRotation_Monk\Windwalker.lua:570: ?() HeroRotation\Main.lua:439: HeroRotation\Main.lua:417
That error should be fixed in commit 61a21df
I accidentally used CooldownRemainsP, which isn't available for items. It's now changed to CooldownRemains.