2.4.2-16-ge3e56ab-nolib

Details

  • Filename
    AckisRecipeList-2.4.2-16-ge3e56ab-nolib.zip
  • Uploaded by
  • Uploaded
    Nov 2, 2012
  • Size
    545.68 KB
  • Downloads
    188
  • MD5
    b0c6917e983ccd17cf4278fd3a341843

Supported WoW Retail Versions

  • 5.0.5

Changelog

mike:
    - "Mystery of the Mists" didn't go live
    - "Glyph of the Battle Healer" is a Paladin, not a Monk glyph
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.