1.8.57-10-gac01cf1

Details

  • Filename
    Archy-1.8.57-10-gac01cf1.zip
  • Uploaded by
  • Uploaded
    Feb 1, 2015
  • Size
    499.11 KB
  • Downloads
    1,123
  • MD5
    ebdc6af9c8b467c15eebbacc62853d30

Supported WoW Retail Versions

  • 6.0.3

Changelog

James D. Callahan III:
    - Severely reduced the number of table lookups in Archy:ScanBags()
    - Re-added assignment of keystone inventory value...whoops...
    - Logic simplification.
    - Removed artifact_data table in favor of each race entry containing its own artifact information, and replaced UpdateRaceArtifact() with Race:UpdateArtifact()
    - Don't check for the Races table being empty before initializing - it will be at this point.
    - Moved DB files into Database dir.
    - Removed useless/outdated comment.
    - Began revamp on race-handling: Initialize a race explicitly by ID when the AddOn is enabled, instead of upon an index attempt on the list table (initialization was happening on UpdatePlayerPosition, if the list table was empty, FFS), and moved the keystone cache-processing queue to Race.lua
    - Variable renames for clarification of purpose.
    - Cleanups and reformatting.

Additional Files