Skip to content

Commit

Permalink
Divine Storm change
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Oct 20, 2023
1 parent 04dc989 commit 97ee9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClassicSpellActivations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,8 @@ local CheckInfusionOfLight = OnAuraStateChange(function() return FindAura("playe

local function CheckDivineStorm(eventType, isSrcPlayer, isDstPlayer, spellID)
if isSrcPlayer then
if eventType == "SPELL_CAST_SUCCESS" then
if spellID == 70769 then -- Divine Storm reset
if spellID == 70769 then -- Divine Storm reset
if eventType == "SPELL_CAST_SUCCESS" or eventType == "SPELL_AURA_APPLIED" then
f:Activate("DivineStorm", "Reset", 2)
end
end
Expand Down

0 comments on commit 97ee9c6

Please sign in to comment.