2.6.1-7-g6325e06-nolib
Details
-
FilenameAckisRecipeList-2.6.1-7-g6325e06-nolib.zip
-
Uploaded by
-
UploadedFeb 14, 2014
-
Size602.57 KB
-
Downloads79
-
MD5988b07a525c942e7427c295d6c0a01e8
Supported WoW Retail Versions
- 5.4.2
Changelog
James D. Callahan III:
- Hrm - recipe.spell_id was inexplicably replaced with recipe.id in a few places. This has been rectified, which also fixes ticket #1605
- 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.