diff options
author | lordttseven <lordttseven@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-18 13:32:13 +0000 |
---|---|---|
committer | lordttseven <lordttseven@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-18 13:32:13 +0000 |
commit | 59dc4717ad51d0d756a9097495868577b7433054 (patch) | |
tree | a678e3303bc5c0486b87f70e1ccbd33643d2b676 /src/map/homunculus.c | |
parent | 062e6a90f493c6a2cd6b3ec8ae30cade9b58983d (diff) | |
download | hercules-59dc4717ad51d0d756a9097495868577b7433054.tar.gz hercules-59dc4717ad51d0d756a9097495868577b7433054.tar.bz2 hercules-59dc4717ad51d0d756a9097495868577b7433054.tar.xz hercules-59dc4717ad51d0d756a9097495868577b7433054.zip |
* uncluttered DB paths between REMODE on/off a little
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15719 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/homunculus.c')
-rw-r--r-- | src/map/homunculus.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c index d196ea566..e77b5d093 100644 --- a/src/map/homunculus.c +++ b/src/map/homunculus.c @@ -1070,11 +1070,7 @@ void read_homunculus_expdb(void) char line[1024]; int i, j=0; char *filename[]={ -#if REMODE - "re/exp_homun.txt", -#else - "pre-re/exp_homun.txt", -#endif + DBPATH"exp_homun.txt", "exp_homun2.txt"}; memset(hexptbl,0,sizeof(hexptbl)); |