- Moved level_penalty.txt into /db/ folder (tid:73289), follow up to r16842:16843.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16852 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
13ae8ae8de
commit
5953c51bf4
@ -9383,7 +9383,7 @@ int pc_readdb(void)
|
||||
sv_readdb(db_path, DBPATH"skill_tree.txt", ',', 3+MAX_PC_SKILL_REQUIRE*2, 4+MAX_PC_SKILL_REQUIRE*2, -1, &pc_readdb_skilltree);
|
||||
|
||||
#if defined(RENEWAL_DROP) || defined(RENEWAL_EXP)
|
||||
sv_readdb(db_path, "level_penalty.txt", ',', 4, 4, -1, &pc_readdb_levelpenalty);
|
||||
sv_readdb(db_path, "re/level_penalty.txt", ',', 4, 4, -1, &pc_readdb_levelpenalty);
|
||||
for( k=1; k < 3; k++ ){ // fill in the blanks
|
||||
for( j = 0; j < RC_MAX; j++ ){
|
||||
tmp = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user