diff options
author | Sirius <zopokx@gmail.com> | 2020-06-13 09:45:54 +0200 |
---|---|---|
committer | Sirius <zopokx@gmail.com> | 2020-06-13 09:45:54 +0200 |
commit | 5b155b9bc95f65dfeb1cc8abaf680ecce8301054 (patch) | |
tree | b5845b95fb93cdaf55556b55f326b6757c28c2f0 /src | |
parent | a354ee5b68d89814f015fe817f736000ec000431 (diff) | |
download | hercules-5b155b9bc95f65dfeb1cc8abaf680ecce8301054.tar.gz hercules-5b155b9bc95f65dfeb1cc8abaf680ecce8301054.tar.bz2 hercules-5b155b9bc95f65dfeb1cc8abaf680ecce8301054.tar.xz hercules-5b155b9bc95f65dfeb1cc8abaf680ecce8301054.zip |
Minor general revision
Diffstat (limited to 'src')
-rw-r--r-- | src/config/secure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/secure.h b/src/config/secure.h index fd05b4a49..bcd4e022b 100644 --- a/src/config/secure.h +++ b/src/config/secure.h @@ -60,7 +60,7 @@ * (Secure) Optional NPC Dialog Timer * @requirement : SECURE_NPCTIMEOUT must be enabled * Minimum Interval Between timeout checks in seconds - * Default: 1s + * Default: 1 **/ #define SECURE_NPCTIMEOUT_INTERVAL 1 |