diff options
Diffstat (limited to 'world/map/conf/battle_athena.conf')
-rw-r--r-- | world/map/conf/battle_athena.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/world/map/conf/battle_athena.conf b/world/map/conf/battle_athena.conf index 86076009..5c2f0f4d 100644 --- a/world/map/conf/battle_athena.conf +++ b/world/map/conf/battle_athena.conf @@ -96,6 +96,10 @@ monster_max_aspd: 199 // set to 'Yes', Normal players (gm level 0) can never use a GM command even if you set the command level to 0. atcommand_gm_only: no +// gm log delay (milliseconds) (default: 60 minutes) +// delays writing to the gm log for X milliseconds after using a command +gm_log_delay: 3600000 + // [GM] Can equip anything? (0 to disable, or minimum GM level, can cause client errors.) gm_all_equipment: 0 |