Mercurial > wow > token-price
changeset 3:899a07e4bef9
- wakeup packpager.
author | Tercioo |
---|---|
date | Tue, 26 Jan 2016 10:07:14 -0200 |
parents | 216d8b3d039c |
children | 16d869fddc71 |
files | GoldPrice.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/GoldPrice.lua Wed Jan 13 21:34:32 2016 -0200 +++ b/GoldPrice.lua Tue Jan 26 10:07:14 2016 -0200 @@ -2,7 +2,7 @@ local f = CreateFrame ("frame", "GoldPriceFrame", UIParent) f:RegisterEvent ("TOKEN_MARKET_PRICE_UPDATED") f:Hide() - + function f:comma_value (n) n = floor (n) local left,num,right = string.match (n,'^([^%d]*%d)(%d*)(.-)$')