View Single Post
05/06/22, 01:39 AM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Checking the WishList code it seems that event_single_slot_update fires first with INVENTORY_UPDATE_REASON_DEFAULT, right.
I have added an event filter on that.
After that event_loot_received.

At least I had added some DolgubonsLazyWritCreator checks in event_single_slot_update to detect "boxes" first, and then checked the variable at event_loot_received later.
  Reply With Quote