diff options
author | Mark Hester <Marky360@live.ie> | 2018-07-01 15:11:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-01 15:11:55 +0100 |
commit | 6d814614e161a16cbee5efadb299f23de6e1f607 (patch) | |
tree | 90127270b8957c56b9252417242898f4177a2bd2 | |
parent | 81d02447f733ff802614c338cecfd88adad76ace (diff) | |
download | hercules-6d814614e161a16cbee5efadb299f23de6e1f607.tar.gz hercules-6d814614e161a16cbee5efadb299f23de6e1f607.tar.bz2 hercules-6d814614e161a16cbee5efadb299f23de6e1f607.tar.xz hercules-6d814614e161a16cbee5efadb299f23de6e1f607.zip |
Documentation in 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 0872c85e1..71d0584aa 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -11414,7 +11414,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. @@ -11477,10 +11477,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; |