diff options
author | Haru <haru@dotalux.com> | 2018-07-01 18:57:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-01 18:57:16 +0200 |
commit | a3f850401a03fae78f59e3ed08a77f1b56a1b72b (patch) | |
tree | 7d6e387ff0e2b90c3c39fe3c6efbc3e9e21408cd /src/map/pc.c | |
parent | e0e252a359caf99b928eacbc92bdd630931ae4f1 (diff) | |
parent | 6d814614e161a16cbee5efadb299f23de6e1f607 (diff) | |
download | hercules-a3f850401a03fae78f59e3ed08a77f1b56a1b72b.tar.gz hercules-a3f850401a03fae78f59e3ed08a77f1b56a1b72b.tar.bz2 hercules-a3f850401a03fae78f59e3ed08a77f1b56a1b72b.tar.xz hercules-a3f850401a03fae78f59e3ed08a77f1b56a1b72b.zip |
Merge pull request #2115 from marky291/patch-2
Documentation typos in pc.c
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index ebc66fc9f..c7807a5f0 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -11416,7 +11416,7 @@ bool pc_read_exp_db_sub_class(struct config_setting_t *t, bool base) } /** - * Description: Helper function to read a root configuration in the exp_db.conf file. + * Description: Helper function to read a root configuration in the exp_group_db.conf file. * @param[in] t pointer to the root config setting * @param[in] base boolean switch determining whether to read either base or job exp. * @return total number of valid entries read from the setting. @@ -11479,10 +11479,10 @@ bool pc_read_exp_db(void) } /*========================================== - * pc DB reading. - * exp.txt - required experience values - * skill_tree.txt - skill tree for every class - * attr_fix.txt - elemental adjustment table + * PC DB reading. + * exp_group_db.conf - required experience values + * skill_tree.txt - skill tree for every class + * attr_fix.txt - elemental adjustment table *------------------------------------------*/ int pc_readdb(void) { int i,j,k; |