Skip to content

Commit

Permalink
feat(Destruction): Add comment regarding RoFSpell
Browse files Browse the repository at this point in the history
- For some reason, the new place-at-target version of RoF won't show an icon texture. As a quick fix, when S.RainofFireTarget is ready and conditions are met, we suggest S.RainofFire to get a proper icon texture.
  • Loading branch information
Cilraaz committed Mar 2, 2025
1 parent 2b70b47 commit 8f44a69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HeroRotation_Warlock/Destruction.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ local VarPoolingConditionCB = false
local VarInfernalActive = false
local VarT1WillLoseCast, VarT2WillLoseCast = false, false
local SoulShards = 0
-- Note: Talent now has manually placed and placed at target versions.
-- Note: RainofFireTarget doesn't generate an icon image for some reason, so we suggest S.RainofFire regardless.
local RoFSpell = S.RainofFireTarget:IsAvailable() and S.RainofFireTarget or S.RainofFire
local Enemies40y, EnemiesCount8ySplash
local BossFightRemains = 11111
Expand Down

0 comments on commit 8f44a69

Please sign in to comment.