아래 스샷에서 aspowerbat 화살표 부분

정의의 방패 갯수 표시나 마나 바는 남기고
심문, 정의의 방패
지속시간 바만 없애는 방법을 알고 싶습니다.

Lua파일 여기서 어떤걸 지워야 할까요...

if (spec and spec == 2) then
APB_BUFF = "정의의 방패";
APB_SPELL = "정의의 방패";
APB_SpellMax(APB_SPELL);
APB_UpdateSpell(APB_SPELL);
bupdate_spell = true;
APB:RegisterUnitEvent("UNIT_AURA", "player");
--APB:SetScript("OnUpdate", APB_OnUpdate);

APB.buffbar.unit = "player"
bsmall_power_bar = true;
APB_UpdateBuff(self.buffbar)

end