야바위 때문에

 

/script if UnitExists("mouseover") and not UnitIsDead("mouseover") then a=GetRaidTargetIndex("mouseover")if not a or a~=8 then SetRaidTarget("mouseover",8) end;else a=GetRaidTargetIndex("target")if not a or a~=8 then SetRaidTarget("target",8)end;end

 

 이 매크로를 써서 수행합니다

 

 그런데 쓰고 나서 다른 캐릭터를 클릭하면 항상 체력바가 표시되는 증상이 있는데 이를 삭제하는 방법있나요?