diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-11 10:56:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-11 10:56:52 -0300 |
commit | 21941ff8ecd37e7f3d0dc18fa5942d9b06f72ff5 (patch) | |
tree | 79bd2d1c598033ba0571b81887fc3582f0f7db32 | |
parent | d24f4da378f99c22ab749691bd34b6e3d4002e5c (diff) | |
download | serverdata-21941ff8ecd37e7f3d0dc18fa5942d9b06f72ff5.tar.gz serverdata-21941ff8ecd37e7f3d0dc18fa5942d9b06f72ff5.tar.bz2 serverdata-21941ff8ecd37e7f3d0dc18fa5942d9b06f72ff5.tar.xz serverdata-21941ff8ecd37e7f3d0dc18fa5942d9b06f72ff5.zip |
Officer and above (GM 60+) can now use @trade :>
This means they can trade from far away (regardless of distance).
-rw-r--r-- | conf/groups.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 0913397c2..a6329c0f3 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -209,6 +209,7 @@ groups: ( level: 60 inherit: ( "Support" ) commands: { + trade: true storagelist: [true, true] cartlist: [true, true] itemlist: [true, true] |