diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-02 04:25:48 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-02 04:25:48 -0300 |
commit | 7591c9827fbc64417efe977bdc2100071857698f (patch) | |
tree | 9aee62d44841375bf2dae3a14926bd46edd53f9f /db/re | |
parent | 686f03119a4afd4927c5097f77ef5bcc31fc01e6 (diff) | |
download | serverdata-7591c9827fbc64417efe977bdc2100071857698f.tar.gz serverdata-7591c9827fbc64417efe977bdc2100071857698f.tar.bz2 serverdata-7591c9827fbc64417efe977bdc2100071857698f.tar.xz serverdata-7591c9827fbc64417efe977bdc2100071857698f.zip |
Prevent anyone but me from using @accinfo as it actually returns user password.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/map_zone_db.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 9f255b391..7f909c5a3 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -49,6 +49,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 } skill_damage_cap: { //Exemple Below caps firebolt damage in maps within this zone to a maximum 50 damage, |