Skip to content

Commit c5e1923

Browse files
committed
ManaforgeOmega/Loomithar: Cleanups
1 parent d741aad commit c5e1923

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ManaforgeOmega/Loomithar.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ local arcaneOutrageCount = 1
2727
local writhingWaveCount = 1
2828

2929
local infusionPylonCount = 1
30-
local infusionPylonTimer
3130

3231
local primalSpellstormCount = 1
3332
local primalSpellstormTimer
@@ -189,7 +188,6 @@ function mod:UNIT_SPELLCAST_SUCCEEDED(_, _, _, spellId)
189188
self:StopBar(CL.count:format(CL.pull_in, infusionTetherCount)) -- Infusion Tether
190189
self:StopBar(CL.count:format(CL.tank_frontal, piercingStrandCount)) -- Piercing Strand
191190
self:StopBar(CL.count:format(self:SpellName(1247672), infusionPylonCount)) -- Infused Pylon
192-
self:CancelTimer(infusionPylonTimer)
193191
self:StopBar(CL.count:format(CL.dodge, primalSpellstormCount)) -- Primal Spellstorm
194192
self:CancelTimer(primalSpellstormTimer)
195193

0 commit comments

Comments
 (0)