Browse Source

Follow up r16776, fixed typo in folder name. Credits to Trojal for his powerful hawk eyes.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16778 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind 12 years ago
parent
commit
526a4586b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/skill.c

+ 1 - 1
src/map/skill.c

@@ -17503,7 +17503,7 @@ static void skill_readdb(void)
 #ifdef RENEWAL
 	sv_readdb(db_path, "re/skill_cast_db.txt"     , ',',   8,  8, MAX_SKILL_DB, skill_parse_row_castdb);
 #else
-	sv_readdb(db_path, "re-pre/skill_cast_db.txt"     , ',',   7,  7, MAX_SKILL_DB, skill_parse_row_castdb);
+	sv_readdb(db_path, "pre-re/skill_cast_db.txt"     , ',',   7,  7, MAX_SKILL_DB, skill_parse_row_castdb);
 #endif
 	sv_readdb(db_path, DBPATH"skill_castnodex_db.txt", ',',   2,  3, MAX_SKILL_DB, skill_parse_row_castnodexdb);
 	sv_readdb(db_path, DBPATH"skill_unit_db.txt"     , ',',   8,  8, MAX_SKILL_DB, skill_parse_row_unitdb);