Skip to content

Commit

Permalink
Further fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviana committed Jun 19, 2021
1 parent d233339 commit d372602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YaHT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ function YaHT:COMBAT_LOG_EVENT_UNFILTERED()
end

function YaHT:UNIT_SPELLCAST_INTERRUPTED(unit, castID, spellID)
if unit ~= "player" then return end
self.mainFrame.casting = nil

if GetSpellInfo(spellID) == AimedShot or GetSpellInfo(spellID) == MultiShot then
Expand Down

0 comments on commit d372602

Please # to comment.