1.8.57-7-ga1d41a4

Details

  • Filename
    Archy-1.8.57-7-ga1d41a4.zip
  • Uploaded by
  • Uploaded
    Feb 1, 2015
  • Size
    499.03 KB
  • Downloads
    324
  • MD5
    34b6df824cfc5318a21512e55189f2c0

Supported WoW Retail Versions

  • 6.0.3

Changelog

James D. Callahan III:
    - 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