frozn / TipTac

WoW AddOn TipTac Reborn
GNU General Public License v3.0
108 stars 20 forks source link

Leaked globals in TipTacItemRef #213

Closed dmcooke closed 1 year ago

dmcooke commented 1 year ago

https://github.com/frozn/TipTac/blob/a073fcf32e800996073412cd828dd8fbf2cd23e8/TipTacItemRef/ttItemRef.lua#L601

This needs a 'local' thrown in front.

frozn commented 1 year ago

Thanks for pointing this out! 👍

Merged and will be included in the next release.