View Single Post
03-29-22, 01:07 PM   #5
Vremon
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jan 2022
Posts: 14
Originally Posted by Fizzlemizz View Post
frame:RegisterEvent will send the event for all units (it will ignore the "player" parameter).

If you want to register an event for a particular unit (or units) you need to use frame:RegisterUnitEvent

Code:
local stance = CreateFrame("Frame")
stance:RegisterUnitEvent("UNIT_AURA", "player")
stance:RegisterEvent("PLAYER_ENTERING_WORLD")
yes sir i did that still same thing i just wonder why before it did not manifest like this loading memory constantly while in bgs or vs players its cause of new auratuil.lua change from blizz or?
  Reply With Quote