Skip to content

Commit

Permalink
Update Destruction
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Aug 30, 2024
1 parent 1b90eb9 commit 24b8c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specialization/Destruction.lua
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ function Warlock:Destruction()
buff = fd.buff
debuff = fd.debuff
talents = fd.talents
targets = 2--MaxDps:SmartAoe()
targets = MaxDps:SmartAoe()
Mana = UnitPower('player', ManaPT)
ManaMax = UnitPowerMax('player', ManaPT)
ManaDeficit = ManaMax - Mana
Expand Down

0 comments on commit 24b8c9c

Please sign in to comment.