diff options
author | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-04 09:43:31 +0000 |
---|---|---|
committer | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-04 09:43:31 +0000 |
commit | a3f8ecfcc0ed3f6bf487fcba6dd832e4c697c9c7 (patch) | |
tree | a395fb6a2de62c01b0749eb1f769945c1e507efc /conf/battle/feature.conf | |
parent | 87689fc8de53744d07fed292831e7b93eb24ed51 (diff) | |
download | hercules-a3f8ecfcc0ed3f6bf487fcba6dd832e4c697c9c7.tar.gz hercules-a3f8ecfcc0ed3f6bf487fcba6dd832e4c697c9c7.tar.bz2 hercules-a3f8ecfcc0ed3f6bf487fcba6dd832e4c697c9c7.tar.xz hercules-a3f8ecfcc0ed3f6bf487fcba6dd832e4c697c9c7.zip |
- Fixed feature.conf improper formatting and removed two unnecessary iterations (follow-up to r16071)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16076 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle/feature.conf')
-rw-r--r-- | conf/battle/feature.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/feature.conf b/conf/battle/feature.conf index efb58722a..fa05efd8b 100644 --- a/conf/battle/feature.conf +++ b/conf/battle/feature.conf @@ -17,4 +17,4 @@ feature.search_stores: on // Atcommand suggestions (Note 1) // If one type incomplete atcommand, it will suggest the complete ones. -feature.atcommand_suggestions = off
\ No newline at end of file +feature.atcommand_suggestions: off
\ No newline at end of file |