Код:
/sw
/run f=CreateFrame("Frame") f:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED") f:SetScript("OnEvent", function(self,event,...) if UnitIsEnemy(select(1,...),"player")==1 and select(5,...)==2139 then Stopwatch_StartCountdown(0,0,24) Stopwatch_Play() end end)