diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/job_db.conf | 2 | ||||
-rw-r--r-- | db/re/job_db.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/pre-re/job_db.conf b/db/pre-re/job_db.conf index 9cf76438c..f0bf188a5 100644 --- a/db/pre-re/job_db.conf +++ b/db/pre-re/job_db.conf @@ -44,7 +44,7 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so } HPTable:[ 1, .... 150 ] (int[]) Reference table for base HP per level SPTable:[ 1, .... 150 ] (int[]) Reference table for base SP per level - /* Note: If table index size is smaller than the max level the server will automatically generate the missing index based on the average increase per level. */ + // Note: If table index size is smaller than the max level the server will automatically generate the missing index based on the average increase per level. } */ //==================================================== diff --git a/db/re/job_db.conf b/db/re/job_db.conf index 4e19c8af4..db65fd10e 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -45,7 +45,7 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so } HPTable:[ 1, .... 150 ] (int[]) Reference table for base HP per level SPTable:[ 1, .... 150 ] (int[]) Reference table for base SP per level - /* Note: If table index size is smaller than the max level the server will automatically generate the missing index based on the average increase per level. */ + // Note: If table index size is smaller than the max level the server will automatically generate the missing index based on the average increase per level. } */ //==================================================== |