diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/char_athena.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index 5115141b0..0fc0410d5 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -205,6 +205,13 @@ log_char: 1 // How many Characters are allowed per Account ? (0 = disabled) [SQL Only!]
chars_per_account: 0
+// Restrict character deletion by BaseLevel
+// 0: no restriction (players can delete characters of may levels)
+// -X: you can't delete chars with BaseLevel <= X
+// Y: you can't delete chars with BaseLevel >= Y
+// e.g. char_del_level: 80 (players can't delete characters with 80+ BaseLevel)
+char_del_level: 0
+
// What folder the DB files are in (item_db.txt, etc.)
db_path: db
|