View Single Post
03-29-22, 11:54 AM   #3
Vremon
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jan 2022
Posts: 14
Originally Posted by Fizzlemizz View Post
I can't see anything that would cause this code to continuously consume memory.

Code:
stance:RegisterEvent("UNIT_AURA", "player")
won't register the event just for the "player" unit. For that you would need:

Code:
stance:RegisterUnitEvent("UNIT_AURA", "player")
but i dont understand ur answer sorry what i need to change or ? i can show in wow in game its just happen when i face players in pvp in arena or bg or npc in world enemy, and yes i want the event to work only for me player unit cause its just for stance aura defensive stance

Last edited by Vremon : 03-29-22 at 12:03 PM.
  Reply With Quote