2.4.2-14-gc823ced
Details
-
FilenameAckisRecipeList-2.4.2-14-gc823ced.zip
-
Uploaded by
-
UploadedOct 23, 2012
-
Size856.89 KB
-
Downloads5,724
-
MD5565a61e5380027f2803aa33190b15ecb
Supported WoW Retail Versions
- 5.0.5
Changelog
James D. Callahan III:
- Missed some instances of CreftedItemID() and RecipeItemID() (the ID part was dropped)
- Replaced binding flags with binding types, which are set on the recipe item and crafted item - binding didn't make sense as flags since an item cannot be both BoE and BoP. (Nuked BoA outright since it's never been applicable.)
- The following filters will now be automatically set when appropriate: ACHIEVEMENT, DISC, MOB_DROP, QUEST, REPUTATION, SEASONAL, TRAINER, VENDOR, and WORLD_DROP; conversely, these filters will no longer appear in the output of recipe dumps.
Teresa:
- Re-add Alliance Forged Documents, but set both Horde & Alliance versions to RETIRED
- Removing SetRequiredFaction for Horde-vendor recipes
John Pasula:
- Typo fix in Netherfury boots.
Ressy:
- Removed 3 recipes that didn't make it out of Beta, and were causing errors.
- Added recipe:SetRequiredFaction to all applicable recipes. Some recipes are only sold by Horde Vendors, but are BoE, and can be put on AH.
mike:
- Update waypoint for Nina Lightbrew .. <-- there you go Elkano. :P
Ressy:
- Fixing Filter types
- Update per IcewolfDK
James D. Callahan III:
- Removed VENDOR from 17 recipes so REPUTATION would work.
- Removed VENDOR from three recipes so REPUTATION would actually work.
- Remove unnecessary variable assignment.