2.6.1-6-gce1e245-nolib

Details

  • Filename
    AckisRecipeList-2.6.1-6-gce1e245-nolib.zip
  • Uploaded by
  • Uploaded
    Feb 14, 2014
  • Size
    602.47 KB
  • Downloads
    44
  • MD5
    7aa067cd809c659da2827ffe01db303f

Supported WoW Retail Versions

  • 5.4.2

Changelog

James D. Callahan III:
    - Replaced private.acquire_list with a table on the AcquireTypes themselves, supported by the AssignRecipe, GetRecipe, GetSortedRecipes, and RecipePairs methods.
    - Cleanup of Sort_Acquisition(), and changed it to use the actual AcquireTypes.
    - Cleaned up private.SortRecipeList() and added the sorted list as a return value.
    - Make sure the AcquireType isn't nil before attempting to get its ID.
    - AcquireType:Entities()=>AcquireType:EntityPairs()
    - I overzealously changed a parameter type for DisplayAcquireData, forgetting that it was used as an API for other AddOns (GnomeWorks). Whoops. Reverted.