diff options
Diffstat (limited to 'config.py.template')
-rw-r--r-- | config.py.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py.template b/config.py.template index 2d3155e..8cad23e 100644 --- a/config.py.template +++ b/config.py.template @@ -6,3 +6,4 @@ password = "" relist_time = 604800 # Time in seconds before an item needs to be relisted. character = 0 #slot character is in, 0 for first, 1 for second, 2 for third admin = "Admin <admin@email.com>" +nosell = [833, 3000, 727] # Items which can't be sold - just add the itemid to the list. |