HeroRotation

HeroRotation

5M Downloads

[Destruction Warlock] Shadowburn - check for IsReady instead of IsCastable

c-ray-c opened this issue ยท 1 comments

commented

For Shadowburn check the IsCastable is not enough, because then it will get suggested to be used when there are no shards. Should be replaced with IsReady
Probably wouldn't hurt to do the same for the rest of checks of other spells

commented

Shadowburn has been fixed as of commit 431f5c1

I checked the remainder of spells using IsCastable, which all appear to be fine.