1.8.57-9-g2a58b59
Details
-
FilenameArchy-1.8.57-9-g2a58b59.zip
-
Uploaded by
-
UploadedFeb 1, 2015
-
Size499.09 KB
-
Downloads322
-
MD53a72122404f7d02b3e5d9e19584b5961
Supported WoW Retail Versions
- 6.0.3
Changelog
James D. Callahan III:
- 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.