header
Disenchant Buddy avatar

Disenchant Buddy

item image
item image
  • screenshot thumbnail
  • screenshot thumbnail

Description

Disenchant Buddy

Disenchant Buddy is a lightweight World of Warcraft addon that displays disenchant results on item tooltips. It helps players to quickly see what materials they can expect to receive from disenchanting an item.

Installation

I suggest you use an addon manager like the CurseForge Client to ease the installation and update process. You will find DisenchantBuddy here on CurseForge.

Alternatively you can always use the latest GitHub release and manually install it:

  1. Extract the contents of the zip file to your World of Warcraft Interface\AddOns directory:
  • Era/HC/Anniversary: World of Warcraft\_classic_era_\Interface\AddOns\DisenchantBuddy
  1. Restart World of Warcraft or reload your UI

Development

luacheck

This project uses luacheck for linting. To run the linter, execute the following command:

luacheck -q .

Unit Tests

This project uses busted for unit testing. To run the tests, execute the following command:

busted -p ".test.lua" .