View Single Post
06-05-21, 02:47 AM   #2
Johanan
A Deviate Faerie Dragon
Join Date: Jun 2021
Posts: 15
Fix it
Code:
local myFrame = CreateFrame("Frame")
myFrame:HookScript("OnEvent",
  function()
    C_NamePlate.SetNamePlateFriendlySize(50,100)
  end
);
myFrame:RegisterEvent("PLAYER_LOGIN")
But they periodically stop working (return to their original state), what should I do?

Last edited by Johanan : 06-05-21 at 02:49 AM.
  Reply With Quote