summaryrefslogtreecommitdiff
path: root/src/map/homunculus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/homunculus.c')
-rw-r--r--src/map/homunculus.c6
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));