diff --git a/MaxDps_Evoker.toc b/MaxDps_Evoker.toc index 54bef84..03e7d8e 100644 --- a/MaxDps_Evoker.toc +++ b/MaxDps_Evoker.toc @@ -1,5 +1,5 @@ ## Title: MaxDps_Evoker -## Version: 10.0.2 +## Version: 10.0.3 ## Author: Kaminaris, Skynet ## Interface: 100002 ## Dependencies: MaxDps diff --git a/Specialization/Devastation.lua b/Specialization/Devastation.lua index 6d69a19..97fcaf8 100644 --- a/Specialization/Devastation.lua +++ b/Specialization/Devastation.lua @@ -142,7 +142,7 @@ function Evoker:DevastationAoe() if talents[DV.ChargedBlast] then if not buff[DV.Dragonrage].up or targets < 3 then - if (targets == 2 and buff[DV.ChargedBlastBuff] == 20) or (targets == 3 and buff[DV.ChargedBlastBuff] >= 10) or targets >= 4 then + if (targets == 2 and buff[DV.ChargedBlastBuff].count == 20) or (targets == 3 and buff[DV.ChargedBlastBuff].count >= 10) or targets >= 4 then essenceSpender = DV.Pyre else essenceSpender = DV.Disintegrate