diff options
Diffstat (limited to 'world/conf/char_athena.conf')
-rw-r--r-- | world/conf/char_athena.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf index 769b8f9b..1da5dec3 100644 --- a/world/conf/char_athena.conf +++ b/world/conf/char_athena.conf @@ -55,7 +55,8 @@ min_stat_value: 1 max_stat_value: 10 // the sum of all stats combined on creation (str + agi + int + ...) -total_stat_sum: 27 +// 48 / 2 = 24. You start with 1 in all of 6 -> need 24+6 = 30 +total_stat_sum: 30 // Filename of the file which receives the online players list in text online_txt_filename: online.txt |