Mercurial > wow > inventory
view Plugins/AuctionAddons/Auctionator.lua @ 107:aa675033abdc v0.2.7-BETA
Changelog & to-do list updated.
author | Zerotorescue |
---|---|
date | Wed, 12 Jan 2011 20:09:00 +0100 |
parents | 3bec0ea44607 |
children |
line wrap: on
line source
do local function GetValue(link) return Atr_GetAuctionBuyout(link) or -1; end local function IsEnabled() return (Atr_GetAuctionBuyout); end IMRegisterPricingAddon("Auctionator", GetValue, IsEnabled); end