2.4.2-16-ge3e56ab
Details
-
FilenameAckisRecipeList-2.4.2-16-ge3e56ab.zip
-
Uploaded by
-
UploadedNov 2, 2012
-
Size856.94 KB
-
Downloads6,389
-
MD5442b74a0f9350565b3afa35a976e8c4d
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.