summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'conf-tmpl')
-rw-r--r--conf-tmpl/Changelog.txt3
-rw-r--r--conf-tmpl/char_athena.conf9
-rw-r--r--conf-tmpl/motd.txt2
3 files changed, 5 insertions, 9 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt
index 1f8870309..87f2a2ec9 100644
--- a/conf-tmpl/Changelog.txt
+++ b/conf-tmpl/Changelog.txt
@@ -1,5 +1,8 @@
Date Added
+2007/07/25
+ * Adjusted motd.txt to not crash new clients
+ * Removed backup_txt code since it's not needed anymore
2007/07/20
* Adjusted client.conf's packetver table (latest now uses new value)
2007/07/18
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf
index 3948a84fa..200831220 100644
--- a/conf-tmpl/char_athena.conf
+++ b/conf-tmpl/char_athena.conf
@@ -110,13 +110,6 @@ save_log: yes
// Character server flatfile database
char_txt: save/athena.txt
-// Choose to create or not backup file (yes/no, 0/1, etc...)
-// default is 'no', because backup file take time for nothing. Actually, there is no problem on characters file creation and save.
-backup_txt_flag: no
-
-// Character server flatfile database (backup, TXT only)
-backup_txt: save/athena_backup.txt
-
// Friends list flatfile database
friends_txt: save/friends.txt
@@ -169,7 +162,7 @@ char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ12345678
// Character rename option. When set to yes, the server will send an extended
// char-info packet, informing whether the character can be renamed or not.
// NOTE: This functionality is not implemented.
-// NOTE: This option is for compatibility with kRO sakray 2006-10-23 and above.
+// NOTE: This option is for compatibility with kRO sakray 2006-10-23 and newer.
// !Do not use it for any other type of client since it will crash them!
char_rename: yes
diff --git a/conf-tmpl/motd.txt b/conf-tmpl/motd.txt
index 7e8c50575..b443cc434 100644
--- a/conf-tmpl/motd.txt
+++ b/conf-tmpl/motd.txt
@@ -1,2 +1,2 @@
// Internal default is limited to 128 lines. If you need more, you will need to modify the MOTD_LINE_SIZE definition in pc.c
-Welcome to eAthena SVN Version! Enjoy! Please report any bugs you find in eAthena :).
+Welcome to eAthena SVN Version! Enjoy! Please report any bugs you find.