changed the way the daily value is displayed in the tooltip

This commit is contained in:
Manuel Simon Hirsig
2016-02-27 10:59:41 +01:00
parent 9f64d85fe4
commit d4c19e7a68
7 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -11,8 +11,8 @@ function SlashCmdList.AUX(parameter)
elseif parameter == 'delete item cache' then
aux_auctionable_items = nil
Aux.log('Item cache deleted; falling back to the default.')
elseif parameter == 'tooltip market' then
aux_tooltip_market = not aux_tooltip_market
Aux.log('Market value in tooltip '..(aux_tooltip_market and 'enabled' or 'disabled')..'.')
elseif parameter == 'tooltip daily' then
aux_tooltip_daily = not aux_tooltip_daily
Aux.log('Market value in tooltip '..(aux_tooltip_daily and 'enabled' or 'disabled')..'.')
end
end