r236

Details

  • Filename
    BankItems-r236.zip
  • Uploaded by
  • Uploaded
    Jul 1, 2015
  • Size
    83.16 KB
  • Downloads
    899
  • MD5
    8b5e2e187c7a2a7dfd9c6fb4009f77c8

Supported WoW Retail Versions

  • 6.2.0

Changelog

------------------------------------------------------------------------
r236 | burstroc | 2015-07-02 03:11:17 +0000 (Thu, 02 Jul 2015) | 5 lines
Changed paths:
   M /trunk/BankItems.lua

Ticket 63 (& Ticket 62 comment): Hooked SetAuctionItem to get around more empty item links being set on auction tooltips.

ADDED: New tooltip hook for the SetInboxItem tooltip function to get around even more empty item links being set on tooltips in received mail.

UPDATED: New method of saving caged battlepets from received mail so a proper battlepet link is saved.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------