diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-17 20:51:25 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-17 20:51:25 +0000 |
commit | 462883b7cb02a2f229d0c53afd179163725d50de (patch) | |
tree | 977bd95af592ab70b87a37342da5873ca8251d1f /conf/battle/misc.conf | |
parent | 3bb42dda4732f3288155725bd26da76822c10021 (diff) | |
download | hercules-462883b7cb02a2f229d0c53afd179163725d50de.tar.gz hercules-462883b7cb02a2f229d0c53afd179163725d50de.tar.bz2 hercules-462883b7cb02a2f229d0c53afd179163725d50de.tar.xz hercules-462883b7cb02a2f229d0c53afd179163725d50de.zip |
Removed battle_config.error_log as console_silent already handles this
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11751 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle/misc.conf')
-rw-r--r-- | conf/battle/misc.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/battle/misc.conf b/conf/battle/misc.conf index 3fa7b34e6..4b3552b38 100644 --- a/conf/battle/misc.conf +++ b/conf/battle/misc.conf @@ -55,7 +55,7 @@ pk_weapon_attack_damage_rate: 60 pk_magic_attack_damage_rate: 60 pk_misc_attack_damage_rate: 60 -// Display skill usage/errors in console? (for debug only) (default: off) (Note 3) +// Display skill usage in console? (for debug only) (default: off) (Note 3) skill_log: off // Display battle log? (for debug only) (default: off) (Note 1) @@ -64,9 +64,6 @@ battle_log: off // Display save log? (for debug only) (default: off) (Note 1) save_log: off -// Display errors? (for debug only) (default: off) (Note 1) -error_log: on - // Display other stuff? (for debug only) (default: off) (Note 1) etc_log: off |