-
Notifications
You must be signed in to change notification settings - Fork 1
/
mod-trade-items-filter.conf.dist
28 lines (23 loc) · 1.07 KB
/
mod-trade-items-filter.conf.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
# Original Author : Elmsroth<[email protected]>
[worldserver]
##########################################
# Module Trade Items Filter configuration
##########################################
#
# ModTradeItemsFilter.Common.ForbiddenItemsIDs
# Description: Comma separated list of item IDs
# The items in this list will not be able to be traded between every player
#
# Default: "" - No items
# "12064,17" - Comma separated list of items IDs
#
# ModTradeItemsFilter.GameMasters.MinAccountSecurityLevelToByPassForbiddenItems
# Description: Minimum account security level required to bypass the forbidden items IDs when trading
#
# Default: 3 - Administrator level
#
ModTradeItemsFilter.Common.ModuleEnabled = 1
ModTradeItemsFilter.Common.ForbiddenItemsIDs = ""
ModTradeItemsFilter.GameMasters.MinAccountSecurityLevelToByPassForbiddenItems = 3