From 59dc4717ad51d0d756a9097495868577b7433054 Mon Sep 17 00:00:00 2001 From: lordttseven Date: Sun, 18 Mar 2012 13:32:13 +0000 Subject: * 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 --- src/map/homunculus.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/map/homunculus.c') 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)); -- cgit v1.2.3-60-g2f50