Skip to content

Commit

Permalink
Update Main
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Sep 12, 2024
1 parent ee461f3 commit e2ca927
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ Warlock.spellMeta = {
}

function Warlock:Enable()
MaxDps:Print(MaxDps.Colors.Info .. 'Warlock [Affliction, Demonology, Destruction]', "info")

if MaxDps.Spec == 1 then
MaxDps:Print(MaxDps.Colors.Info .. 'Warlock Affliction', "info")
MaxDps.NextSpell = Warlock.Affliction
elseif MaxDps.Spec == 2 then
MaxDps:Print(MaxDps.Colors.Info .. 'Warlock Demonology', "info")
MaxDps.NextSpell = Warlock.Demonology
--self:RegisterEvent('COMBAT_LOG_EVENT_UNFILTERED', 'CLEU')
elseif MaxDps.Spec == 3 then
MaxDps:Print(MaxDps.Colors.Info .. 'Warlock Destruction', "info")
MaxDps.NextSpell = Warlock.Destruction
end

Expand Down

0 comments on commit e2ca927

Please sign in to comment.