Options for disabling specific custom community board functions.

This commit is contained in:
mobius
2015-01-13 11:29:54 +00:00
parent 881bbbea33
commit 7ac7b394be
3 changed files with 21 additions and 3 deletions

View File

@@ -592,6 +592,18 @@ CustomCommunityBoard = True
# Default: 57 (Adena)
CommunityCurrencyId = 57
# Enable Multisells.
# Default: True
CommunityEnableMultisells = True
# Enable Teleports.
# Default: True
CommunityEnableTeleports = True
# Enable Buffs.
# Default: True
CommunityEnableBuffs = True
# Price for Teleports.
# Default: 0 (free)
CommunityTeleportPrice = 0