small slash change
This commit is contained in:
+10
-10
@@ -48,15 +48,15 @@ function SlashCmdList.AUX(command)
|
||||
print('Ignoring of owner ' .. (aux_ignore_owner and 'enabled' or 'disabled') .. '.')
|
||||
else
|
||||
print('Usage:')
|
||||
print(' - ignore owner ' .. status(aux_ignore_owner))
|
||||
print(' - tooltip value ' .. status(aux_tooltip_value))
|
||||
print(' - tooltip daily ' .. status(aux_tooltip_daily))
|
||||
print(' - tooltip vendor buy ' .. status(aux_tooltip_merchant_buy))
|
||||
print(' - tooltip vendor sell ' .. status(aux_tooltip_merchant_sell))
|
||||
print(' - tooltip disenchant value ' .. status(aux_tooltip_disenchant_value))
|
||||
print(' - tooltip disenchant distribution ' .. status(aux_tooltip_disenchant_distribution))
|
||||
print(' - tooltip disenchant source ' .. status(aux_tooltip_disenchant_source))
|
||||
print(' - clear item cache')
|
||||
print(' - populate wdb')
|
||||
print('- ignore owner ' .. status(aux_ignore_owner))
|
||||
print('- tooltip value ' .. status(aux_tooltip_value))
|
||||
print('- tooltip daily ' .. status(aux_tooltip_daily))
|
||||
print('- tooltip vendor buy ' .. status(aux_tooltip_merchant_buy))
|
||||
print('- tooltip vendor sell ' .. status(aux_tooltip_merchant_sell))
|
||||
print('- tooltip disenchant value ' .. status(aux_tooltip_disenchant_value))
|
||||
print('- tooltip disenchant distribution ' .. status(aux_tooltip_disenchant_distribution))
|
||||
print('- tooltip disenchant source ' .. status(aux_tooltip_disenchant_source))
|
||||
print('- clear item cache')
|
||||
print('- populate wdb')
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user