Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wardz committed Apr 21, 2023
1 parent de1064f commit 381cb91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClassicCastbars/ClassicCastbars_NonClassic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ function addon:UNIT_SPELLCAST_CHANNEL_STOP(unitID)
castbar._data = nil
end

function addon:UNIT_SPELLCAST_INTERRUPTIBLE()
function addon:UNIT_SPELLCAST_INTERRUPTIBLE(unitID)
local castbar = self:GetCastbarFrameIfEnabled(unitID)
if not castbar then return end

Expand All @@ -444,7 +444,7 @@ function addon:UNIT_SPELLCAST_INTERRUPTIBLE()
end
end

function addon:UNIT_SPELLCAST_NOT_INTERRUPTIBLE()
function addon:UNIT_SPELLCAST_NOT_INTERRUPTIBLE(unitID)
local castbar = self:GetCastbarFrameIfEnabled(unitID)
if not castbar then return end

Expand Down

0 comments on commit 381cb91

Please sign in to comment.