From 874fbe28f12b691b4430b39049a85dd7ded2a38b Mon Sep 17 00:00:00 2001 From: lee1991 Date: Fri, 26 May 2017 01:39:57 +0100 Subject: [PATCH] changed all options to enable --- conf/premium.conf.dist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/premium.conf.dist b/conf/premium.conf.dist index a13c061..b841c9a 100644 --- a/conf/premium.conf.dist +++ b/conf/premium.conf.dist @@ -11,19 +11,19 @@ PremiumAccount = 1 # Description: Enable Morph & demorph option for players # Default: 1 - (Enabled) # 0 - (Disabled) -Morph = 0 +Morph = 1 # Bank # Description: Allow Players to use mobile bank # Default: 1 - (Enabled) # 0 - (Disabled) -Bank = 0 +Bank = 1 # Auction # Description: Allow Players to use mobile Auction # Default: 1 - (Enabled) # 0 - (Disabled) -Auction = 0 +Auction = 1 # Mount # Description: Allow Players to use mount @@ -35,11 +35,11 @@ Mount = 1 # Description: Allow Players to use vendor # Default: 1 - (Enabled) # 0 - (Disabled) -Vendor = 0 +Vendor = 1 # Mail Box # Description: Allow Players Access ingame Mail # Default: 1 - (Enabled) # 0 - (Disabled) -MailBox = 0 +MailBox = 1