File Details
TwitchDropsWatcher - 2026-03-31T13:54:09+02:00
- R
- Mar 31, 2026
- 961.21 KB
- 230
- 12.0.5
- Retail
File Name
TwitchDropsWatcher.zip
Supported Versions
- 12.0.5
Improve ownership checks for transmog and decor - Fixed Void Murloc Decor
Use C_TransmogCollection.PlayerHasTransmog(itemID) (remove ensemble special-case) and handle nil (not cached) result. For decor items, prefer GetItemCount(itemID, true) to check bags/bank, with C_TooltipInfo as a fallback to detect placed/used items via tooltip ownership text. Add comments and simplify logic to return correct boolean/unknown (nil) values.

