Mercurial > wow > inventory
view Plugins/AuctionAddons/Others.lua @ 217:ca05b8ade1ea
Removed old database patcher. Don?t think anybody needs it anymore and it just acts confusing.
author | Zerotorescue |
---|---|
date | Sun, 06 Feb 2011 19:26:59 +0100 |
parents | 3bec0ea44607 |
children |
line wrap: on
line source
do local function GetValue(link) return GetAuctionBuyout(link) or -1; end local function IsEnabled() return (GetAuctionBuyout); end IMRegisterPricingAddon("Others", GetValue, IsEnabled); end