View Single Post
07/27/19, 08:49 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
For me it seems you are registering the event callback function for that event as the Loot starts in function LootInit.
But you also unregister it there again in the following lines if a setting in your addon is set to true.
So maybe check if the register and unregister are both done within half a second and move the unregister somewhere else then after the loot has finished.
  Reply With Quote