diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-10 17:30:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-10 17:30:53 -0300 |
commit | 1ed69370c212a9162abf0bb4b83c36961b1e1bf1 (patch) | |
tree | 2a323cd11c30da98540140b89e7adade6e82ea19 /db | |
parent | 8f7dcd4babcc48e7e7751c61c6ef3ee2bc24ace5 (diff) | |
download | serverdata-1ed69370c212a9162abf0bb4b83c36961b1e1bf1.tar.gz serverdata-1ed69370c212a9162abf0bb4b83c36961b1e1bf1.tar.bz2 serverdata-1ed69370c212a9162abf0bb4b83c36961b1e1bf1.tar.xz serverdata-1ed69370c212a9162abf0bb4b83c36961b1e1bf1.zip |
@accinfo was fixed by 4144 and is not sharing passwords anymore.
Thus, @demure might find this command quite useful, as it reports account data.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/map_zone_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 8be55da8d..327130d6c 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -50,7 +50,7 @@ zones: ( disabled_commands: { //Example Below makes @heal be used in maps within this zone only by those group lv 70 and above //heal: 70 - accinfo: 100 + //accinfo: 100 doom: 100 recallall: 100 reloadscript: 100 |