Przeglądaj źródła

- 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
brianluau 12 lat temu
rodzic
commit
5953c51bf4
2 zmienionych plików z 1 dodań i 1 usunięć
  1. 0 0
      db/re/level_penalty.txt
  2. 1 1
      src/map/pc.c

+ 0 - 0
db/level_penalty.txt → db/re/level_penalty.txt


+ 1 - 1
src/map/pc.c

@@ -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;