r234

Details

  • Filename
    BankItems-r234.zip
  • Uploaded by
  • Uploaded
    Jun 26, 2015
  • Size
    81.54 KB
  • Downloads
    672
  • MD5
    01461cdd4644bf29bd8fbf6db7aa3440

Supported WoW Retail Versions

  • 6.2.0

Changelog

------------------------------------------------------------------------
r234 | burstroc | 2015-06-26 22:30:24 +0000 (Fri, 26 Jun 2015) | 3 lines
Changed paths:
   M /trunk/BankItems.lua

Ticket 59: Hooked the SetTradeSkillItem tooltip function to show item counts in tradeskill window tooltips again. Looks like Blizzard is setting empty item links (itemID 0) to the tooltips for these which breaks the general hooking method.

ADDED: New tooltip hooks for the SetQuestLogItem, SetQuestItem, SetQuestLogCurrency, and SetQuestCurrency tooltip functions to show item/currency counts in quest dialogs and the quest log.
------------------------------------------------------------------------
r233 | burstroc | 2015-06-26 00:33:10 +0000 (Fri, 26 Jun 2015) | 1 line
Changed paths:
   M /trunk/BankItems.lua

FIXED: Closed bank updating function should no longer throw errors if a caged battle pet is in the bag being targeted for updates.
------------------------------------------------------------------------
r232 | burstroc | 2015-06-25 08:08:34 +0000 (Thu, 25 Jun 2015) | 3 lines
Changed paths:
   M /trunk/BankItems.lua

FIXED: Some saved item links were throwing errors due patch 6.2 changes to the link format. Invalid links will now be updated when mousing over the item.

UPDATED: For Future Use - TOC and Addon versions will now be tracked for various bags/banks to help identify out-of-date data due to game patches or addon updates.
------------------------------------------------------------------------