3.3.2-1.5.1-10-gef45cf0-nolib

Details

  • Filename
    Revelation-3.3.2-1.5.1-10-gef45cf0-nolib.zip
  • Uploaded by
  • Uploaded
    Mar 2, 2010
  • Size
    20.19 KB
  • Downloads
    29
  • MD5
    f7ec7712de73a3cd6f41d07063c3a578

Supported WoW Retail Versions

  • 3.3.0

Changelog

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.