1.8.57-7-ga1d41a4-nolib

Details

  • Filename
    Archy-1.8.57-7-ga1d41a4-nolib.zip
  • Uploaded by
  • Uploaded
    Feb 1, 2015
  • Size
    217.60 KB
  • Downloads
    58
  • MD5
    ab7534237eae2cafe74b301a2cbc6ec1

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.