Mercurial > wow > itemauditor
comparison Modules/Tooltip.lua @ 39:003de902ae64
Implemented COD mail. This loses the ability to track postage, but that will be restored next.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Mon, 19 Jul 2010 20:16:40 -0700 |
parents | d21d202f3b3d |
children | 70dc84df13b3 |
comparison
equal
deleted
inserted
replaced
38:e27d13095b49 | 39:003de902ae64 |
---|---|
1 local addonName, addonTable = ...; | 1 local addonName, addonTable = ...; |
2 local addon = _G[addonName] | 2 local addon = _G[addonName] |
3 | |
4 local utils = addonTable.utils | |
5 | 3 |
6 local function ShowTipWithPricing(tip, link, num) | 4 local function ShowTipWithPricing(tip, link, num) |
7 if (link == nil) then | 5 if (link == nil) then |
8 return; | 6 return; |
9 end | 7 end |