File Details
TwitchDropsWatcher - 2026-04-24T20:04:38+02:00
- R
- Apr 24, 2026
- 961.41 KB
- 270
- 12.0.5
- Retail
File Name
TwitchDropsWatcher.zip
Supported Versions
- 12.0.5
Handle ensemble transmog and simplify events
Add support for ensemble rewards by checking campaign.appearanceItemIDs (or appearanceItemID) and iterating appearance IDs with PlayerHasTransmog to handle consumed ensemble items and uncached results. Improve decor ownership checks by using GetItemCount(..., true) first and keeping a C_TooltipInfo fallback. Simplify event wiring by removing several collection-related event registrations and the OnPlayerEnteringWorld/OnCollectionChanged throttling; only PLAYER_LOGIN now triggers the initial ownership detection and campaign check. Update campaign data to use appearanceItemIDs array (adds an additional appearance ID).