Unholy DK
Ankhy opened this issue ยท 6 comments
The line its not exactly the same and im not at home. Can you tell me What version are you using ? Feel free to make a PR with the fixes once you tested it, i cant reproduce right now
This;
and S.Apocalypse:CooldownRemainsP() > 5) or Target:DebuffStack(S.FesteringWound) > 4) and S.ArmyOfTheDead:CooldownRemainsP() > 5
needs to be changed to:
and S.Apocalypse:CooldownRemainsP() > 5 and (HR.CDsON() or not HR.CDsON()) or Target:DebuffStack(S.FesteringWound) > 4) and (S.ArmyOfTheDead:CooldownRemainsP() > 5 and (HR.CDsON() or not HR.CDsON()) or something like that in the generic section
Sorry went to sleep and is currently at work. Will make the changes and a PR when I get back home, unless you've sorted it out ๐
Pull Request for reference: #207