3.3.2-1.5.1-7-g0bf8ae3-nolib

Details

  • Filename
    Revelation-3.3.2-1.5.1-7-g0bf8ae3-nolib.zip
  • Uploaded by
  • Uploaded
    Mar 2, 2010
  • Size
    19.79 KB
  • Downloads
    21
  • MD5
    a90b022702175fc34b721a7b050cd987

Supported WoW Retail Versions

  • 3.3.0

Changelog

James D. Callahan III:
    - 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.