├── .github └── workflows │ └── release.yml ├── .vscode └── settings.json ├── Compat.lua ├── LICENSE ├── VendorPrice.lua └── VendorPrice.toc /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ketho-wow/VendorPrice/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ketho-wow/VendorPrice/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Compat.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ketho-wow/VendorPrice/HEAD/Compat.lua -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ketho-wow/VendorPrice/HEAD/LICENSE -------------------------------------------------------------------------------- /VendorPrice.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ketho-wow/VendorPrice/HEAD/VendorPrice.lua -------------------------------------------------------------------------------- /VendorPrice.toc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ketho-wow/VendorPrice/HEAD/VendorPrice.toc --------------------------------------------------------------------------------