added missing option in settings
MikeprodTM [08-05-16 - 03:33]
added missing option in settings
diff --git a/settings.lua b/settings.lua
index c0f25c2..4338cea 100644
--- a/settings.lua
+++ b/settings.lua
@@ -67,6 +67,7 @@ cfg.tradeSkill = {
cfg.currency = {
show = true, -- USES THIS MODULE
showXPbar = true, -- SHOW A XP-BAR ON YOUR CHARACTERS THAT HAS NOT REACHED MAX LVL
+ showAPbar= true,
showTooltip = true, -- SHOWS YOUR RECOURCES ACCORING TO THE DESCRIPTION OR YOUR XP INFO
textOnRight = true,
}