7.0.3.4-19-g3bdfc7b-nolib
Details
-
FilenameAckisRecipeList-7.0.3.4-19-g3bdfc7b-nolib.zip
-
Uploaded by
-
UploadedAug 4, 2016
-
Size406.10 KB
-
Downloads78
-
MD556ea9468259ec7efab461707ce90672f
Supported WoW Retail Versions
- 7.0.3
Changelog
Ressy:
- Add boss name/encounters
- Update locations
- Update recipe blacklist
James D. Callahan III:
- Add the GetEffectiveExpansionID function since the pre-patch live client will return the wrong value for what we want.
- Remove _localizedProfessionName from the prototype data for skeleton recipe entries - this isn't ever referenced anywhere.
- Remove SetPreviousRankSpellID from recipe dump, remove PreviousRankSpellID method (since it was only used there), and make the SetPreviousRankSpellID method be a null op until it's completely removed from profession modules.
- Correct an old typo that has thus far not caused a Lua error...
- Cleanup and simplification.
- Dead code removal.
- Use the profession's module for adding recipe skeleton entries, instead of the addon object.
Ressy:
- Localizations
- Added Location
- Added Reputations & Boss Encounter
- Update blacklists
- Update no role flags
James D. Callahan III:
- Add detection for invalid recipes when running a development build - when found, they will be removed so a new recipe dump will correct the issue.
- Variable renames.
- Remove name-shortening code for Enchanting - this hasn't been necessary for years.