3.3.2-1.5.2
Details
-
FilenameRevelation-3.3.2-1.5.2.zip
-
Uploaded by
-
UploadedMar 2, 2010
-
Size126.01 KB
-
Downloads109
-
MD5a523f7bf42a0c4bfad82cbf033d03ef2
Supported WoW Retail Versions
- 3.3.0
Changelog
tag 3.3.2-1.5.2
33ca0f9f93c041368976c35e560e32c44bd3dd24
James D. Callahan III <darkenelf@gmail.com>
2010-03-02 21:05:31 -0500
Tagging new release.
--------------------
James D. Callahan III:
- Added skill difficulty filtering - a minimum and maximum difficulty level can be set to display in the generated menu.
- Moved DIFFICULTY_COLORS to the Constants section.
- Moved EnchantLevels variable from do-block into IterEnchant().
- After OnInitialize() is done, nil it out. Changed a couple of concats to string.format().
- In Scan(): Only call common.CanPick() if the player is a Rogue.
- Only define PICKABLE if it's nil when common.CanPick() is called.
- Only define CAN_PROSPECT if it's nil when common.CanProspect() is called.
- Only define MILLABLE if it's nil when common.CanMill() is called.
- Only define CANNOT_DE if it's nil when common.CanDisenchant() is called.
- Renamed EnchantLevels to ENCHANT_LEVELS.