From d3726026edd3d7cba7c171a9d3b1143ac35d686f Mon Sep 17 00:00:00 2001 From: Aviana Date: Sat, 19 Jun 2021 09:28:45 +0200 Subject: [PATCH] Further fix --- YaHT.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/YaHT.lua b/YaHT.lua index c9a383c..d0b2c03 100644 --- a/YaHT.lua +++ b/YaHT.lua @@ -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