diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-04-13 01:21:11 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-04-13 01:23:34 +0200 |
commit | 8f85594e7ddd4ef877ca6b49596e3557d39121f8 (patch) | |
tree | e27d2f398b7db7ee0802cdacdc2606037cb8cfa5 | |
parent | c5047b7a5fc9790b5ee78e1b0ca67cdac339c9fa (diff) | |
download | classic-serverdata-8f85594e7ddd4ef877ca6b49596e3557d39121f8.tar.gz classic-serverdata-8f85594e7ddd4ef877ca6b49596e3557d39121f8.tar.bz2 classic-serverdata-8f85594e7ddd4ef877ca6b49596e3557d39121f8.tar.xz classic-serverdata-8f85594e7ddd4ef877ca6b49596e3557d39121f8.zip |
Fix char creation stat point allocation - serverdata part
-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 |