From d56af8d0fe7e9dbf92b2d41cfd8f1a4c0736ae44 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 13 Sep 2012 20:25:39 +0000 Subject: Follow up r16776, fixed typo in folder name. Credits to Trojal for his powerful hawk eyes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16778 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 7937498ea..e846d8760 100644 --- a/src/map/skill.c +++ b/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); -- cgit v1.2.3-70-g09d2