Details
Supported WoW Retail Versions
Changelog
Broker: Currency
Full Changelog
- Try to update currency descriptions before opening the preferences frame.
- Use references to libraries instead of spawning them at will.
- Remove dead code.
- Move the (Items) indicator to the top of the currency description, on its own line.
- Remove unnecessary AceTimer embed.
- Use a function to return the currency description value, so later updates will be reflected.
- Add (Items) to the end of the item currency description.
- Set initial item currency description value to 'Loading...'
- Remove :UnregisterEvents, merge :RegisterEvents into :OnUpdate, and move UpdateEventNames to just before it's used.
- Create README.md
- Check that the tooltip region isn't nil before attempting to call its GetText method. Resolves the https://www.curseforge.com/wow/addons/broker-currency/issues/74 issue.
- Clean up event handling. Resolves the https://www.curseforge.com/wow/addons/broker-currency/issues/73 issue.