Fixed issue where some function calls were not updated to the new ClassicEra() version in AnsAuctionSnipe and AnsAuctionData properly.
Fixed issue where Utils.GetAddonVersion would throw an Error in Wrath Classic / Retail if the provided addon was not actually installed.
Fixed issues where MailTracker and MerchantTracker could cause conflicts with other addons in some cases.
Removed old files that are no longer used: Data/ClassicVendor.lua (No longer used), Utils/BagScanner.lua (renamed to Utils/Bag.lua)
Full removal of Destroy / Crafting related stuff. These will return at a later time, hopefully.
Fixed Bag Errors for both Classic and Retail (Still needs to be fully tested on retail)
Updated Base Vendor Pricing Data: Classic Era up to Wrath, Retail up to Dragon
Fixed issue where a variable was not properly set to local space.
Fixed Merchant Tracking issue for Classic and Retail (Not fully tested on retail yet)
Fixed Macro generation not working on Classic Era properly (Note: using Ctrl + Shift + Scroll Wheel does not function correctly. Please use Ctrl + Scroll Wheel or Shift + Scroll Wheel combo)
Fixed issue where certain scans could not be performed with the Sniper in Classic Era e.g. Gems, Glyphs, etc.
Removed debug statement for Pricing Source Registration (was filling WoW chat on UI load)
Fixed issue for Classic Era where Auctioning Operations could not post items for Copper only.
Fixed issue where MAX_TIME_LIMIT for transaction history was not defined correctly. Was defined as: 60 * 60 * 24 * 11 (11 days only lol). Proper definition: 60 * 60 * 24 * 30 * 12 * 2 (2 years of data on average)