r235

Details

  • Filename
    BankItems-r235.zip
  • Uploaded by
  • Uploaded
    Jun 27, 2015
  • Size
    82.43 KB
  • Downloads
    875
  • MD5
    971f588f10d2cf7d2861bcae5587a50a

Supported WoW Retail Versions

  • 6.2.0

Changelog

------------------------------------------------------------------------
r235 | burstroc | 2015-06-28 03:41:22 +0000 (Sun, 28 Jun 2015) | 3 lines
Changed paths:
   M /trunk/BankItems.lua

Ticket 62: Hooked SetGuildBankItem to get around more empty item links being set on some item tooltips. Also updated the SetHyperlink hook for cases where empty item links get set.

UPDATED: New method of saving caged battlepets in the guild bank. Next time you visit a guild bank tab with a caged pet it should save a proper battlepet link instead of the more generic caged pet link. This should make the pets show correctly in the BankItems guild bank window once the links are updated.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------