View Single Post
01-09-23, 02:33 PM   #5
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
Lua Code:
  1. hooksecurefunc(TargetFrame, "UpdateAuras", TargetFrame_UpdateAuras);
  2. hooksecurefunc(FocusFrame, "UpdateAuras" , TargetFrame_UpdateAuras);
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote