쐐기에서 숲수호자가 로머를 만나 애드가 나는 경우가 있는데요
숲수호자를 우클릭해도 소환해제 같은 메뉴가 안나오길래
토템 해제 매크로를 고대로 실행해보니까 집에 가더라고요

/run if not UnitAffectingCombat("player")then for i=1,4 do n="t"..i CreateFrame("Button",n,UIParent,"SecureUnitButtonTemplate") _G[n]:SetAttribute("type","destroytotem") _G[n]:SetAttribute("totem-slot", i) end end
/click t1
/click t2
/click t3
/click t4

토템 4개 해제하는 매크로라서 실제로는 3개로 고쳐도 충분할거 같습니다만은
테스트는 안해봤어요.

한가지 찜찜한건 매번 프레임을 생성하는거기는 한데...