View Single Post
11-07-22, 10:55 AM   #2
L3n1n
A Fallenroot Satyr
 
L3n1n's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2010
Posts: 20
Didn't test but it should work.

Lua Code:
  1. TargetFrameSpellBar:HookScript("OnShow", function(self)
  2.     if self.BorderShield:IsShown() then
  3.         self.BorderShield:Hide()
  4.     end
  5. end)

Last edited by L3n1n : 11-07-22 at 04:39 PM. Reason: syntax error
  Reply With Quote