View Single Post
01-09-23, 10:19 PM   #8
Vremon
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jan 2022
Posts: 14
Originally Posted by Fizzlemizz View Post
Lua Code:
  1. hooksecurefunc(TargetFrame, "UpdateAuras", TargetFrame_UpdateAuras);
  2. hooksecurefunc(FocusFrame, "UpdateAuras" , TargetFrame_UpdateAuras);
thanks you sir
  Reply With Quote