File Details
Remix Ensemble Tracker
- R
- Jun 11, 2024
- 7.38 KB
- 2.9K
- 10.2.7
- Retail
File Name
RemixEnsembleTracker-1.2.2.zip
Supported Versions
- 10.2.7
Version 1.2.2
Fixed exception error: Removed the code causing an error related to the event "MERCHANT_CLOSED".
Version 1.2.1
Simplified Code: Streamlined initialization of VendorItemTrackerDB in the ADDON_LOADED event handler, removing redundant initialization.
Removed Unused/redundant Code: Cleaned up and removed sections of code that were no longer in use.
Version 1.2.0:
Introduced currency verification: Added a check to see if the player has enough currency to make the purchase. This loop iterates through all currency costs associated with the item being purchased and compares them to the player's total currency amount. If the player does not have enough currency to make the purchase, the system prints a message indicating the insufficiency of currency, ensuring users are informed of the reason for purchase failure.
Streamlined purchase validation: The addon now only proceeds with marking an item as purchased and updating the database if the player has enough currency to make the purchase, reducing unnecessary database accesses and ensuring data integrity.

