적대적 대상 이름표에 표시 되지 않는 디버프를


local NPD={추가할 것};local NPB={지울 것};local u=UnitAura;local function f(...)local a={u(...)}a[10]=tContains(NPD,a[11]) or (a[10] and not tContains(NPB,a[11]))return unpack(a)end UnitAura=f


를 이용해서 lua 형식으로 이용중입니다.


그런데 상대방이 시전한 버프들도 표시할 수 없을까요 ?