Skip to content

Commit

Permalink
Update Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Jul 24, 2024
1 parent 3623bf0 commit 73cc31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specialization/Demonology.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Warlock:Demonology()
classtable = MaxDps.SpellTable
classtable.SoulStrike = 267964
classtable.DemonicCoreBuff = 264173
wildImps = GetSpellCount(classtable.Implosion)
wildImps = C_Spell.GetSpellCastCount(classtable.Implosion)
--setmetatable(classtable, Warlock.spellMeta)

MaxDps:GlowCooldown(classtable.SummonDemonicTyrant, (cooldown[classtable.CallDreadstalkers].duration >= 12 or cooldown[classtable.SummonVilefiend].duration >= 30 or cooldown[classtable.GrimoireFelguard].duration >= 12) and cooldown[classtable.SummonDemonicTyrant].ready)
Expand Down

0 comments on commit 73cc31b

Please sign in to comment.