BankItems-r72082

Details

  • Filename
    BankItems-r72082.zip
  • Uploaded by
  • Uploaded
    Apr 29, 2008
  • Size
    47.06 KB
  • Downloads
    203
  • MD5
    0a8c076675009bc66a0bb24f0846f904

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
r72082 | xinhuan | 2008-04-29 11:37:04 -0400 (Tue, 29 Apr 2008) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: Fix error that occurs on fresh install. Thanks rza.
------------------------------------------------------------------------
r71677 | xinhuan | 2008-04-26 17:38:34 -0400 (Sat, 26 Apr 2008) | 4 lines
Changed paths:
   M /trunk/BankItems/BankItems.lua
   M /trunk/BankItems/BankItems.toc
   M /trunk/BankItems/localization-deDE.lua
   M /trunk/BankItems/localization-enUS.lua
   M /trunk/BankItems/localization-frFR.lua
   M /trunk/BankItems/localization-zhCN.lua
   M /trunk/BankItems/localization-zhTW.lua

BankItems:
- BankItems no longer stores iconpath data or itemcount data if it is 1. This results in roughly 30% reduction in savedvariable size.
- Fix deleted/returned flags that mark if a mail item is going to be deleted or returned when it expires. Existing incorrect flags remain incorrect until you next visit the mailbox.
- Bump version to 24001.
------------------------------------------------------------------------
r68792 | xinhuan | 2008-04-09 13:51:54 -0400 (Wed, 09 Apr 2008) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: Fix backpack icon not showing up.
------------------------------------------------------------------------
r67704 | xinhuan | 2008-04-02 12:06:51 -0400 (Wed, 02 Apr 2008) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: Switch to using GetItemIcon() instead of using the stored icon path. Will test for a few days for any ill effects before I put in code to demolish saved icon data for a much smaller SavedVariable file.
------------------------------------------------------------------------