diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-13 20:25:39 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-13 20:25:39 +0000 |
commit | d56af8d0fe7e9dbf92b2d41cfd8f1a4c0736ae44 (patch) | |
tree | 8ba86e05c4e37f2fcc03a31e47343e5a4a3e70bd /src/map/skill.c | |
parent | a6bc416013ffca8a53e188f5dc2c4c2a0a988a9e (diff) | |
download | hercules-d56af8d0fe7e9dbf92b2d41cfd8f1a4c0736ae44.tar.gz hercules-d56af8d0fe7e9dbf92b2d41cfd8f1a4c0736ae44.tar.bz2 hercules-d56af8d0fe7e9dbf92b2d41cfd8f1a4c0736ae44.tar.xz hercules-d56af8d0fe7e9dbf92b2d41cfd8f1a4c0736ae44.zip |
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
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |