Skip to content

Commit

Permalink
Fix #53
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviana committed Jun 19, 2021
1 parent 2618a8b commit d233339
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 @@ -371,6 +371,7 @@ function YaHT:STOP_AUTOREPEAT_SPELL()
end

function YaHT:UNIT_SPELLCAST_SUCCEEDED(unit, castGUID, spellID)
if unit ~= "player" then return end
local config = YaHT.db.profile
if self.mainFrame.casting then
self.mainFrame.casting = nil
Expand Down

0 comments on commit d233339

Please # to comment.