Mercurial > wow > inventory
view Plugins/AuctionAddons/Others.lua @ 239:b210cb2b0798
Added ?all? combination groups for Cata rare and Cata common gems.
Removed premade groups for Wotlk gems.
author | Zerotorescue |
---|---|
date | Wed, 09 Feb 2011 21:53:26 +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