6.0.3.1-6-gf36438d

Details

  • Filename
    AckisRecipeList_Blacksmithing-6.0.3.1-6-gf36438d.zip
  • Uploaded by
  • Uploaded
    Dec 14, 2014
  • Size
    36.55 KB
  • Downloads
    1,250
  • MD5
    5fd0f5f0af0a1f970535557cf1a1de6e

Supported WoW Retail Versions

  • 6.0.3

Changelog

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.
    - 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.
    - 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.