6.0.3.1

Details

  • Filename
    AckisRecipeList_Alchemy-6.0.3.1.zip
  • Uploaded by
  • Uploaded
    Dec 17, 2014
  • Size
    22.13 KB
  • Downloads
    68,877
  • MD5
    08c350b2995c64e39e96c294f584f22a

Supported WoW Retail Versions

  • 6.0.3

Changelog

tag 6.0.3.1
7d6ebfa8c6078341d65d3524d9192a716386e47b
James D. Callahan III <jcallahan@curse.com>
2014-12-17 17:53:06 -0600

--------------------

James D. Callahan III:
    - Allocate acquire_data and (if applicable) faction/reputation level tables for all recipes when requested by the ARL core.
    - Allocate item_list tables for all AcquireType entities; this is now required by ARL.
    - Variable name changes.
    - Updated all AcquireType:AddEntity() calls to match changes in ARL core.
    - Added a Recipes table to the module, and reworked AddRecipe() - now creates a populated recipe table which is then passed to the core's AddRecipe method, along with the module itself.
    - Attached the FOLDER_NAME as module.Name Changed module.version to module.Version
    - Added module version checking; don't load anything if there isn't a match.
    - Moved ITEM_FILTER_TYPES definition to Filters.lua where it should have been to begin with.