summaryrefslogtreecommitdiff
path: root/src/map/config/Data/Const.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/config/Data/Const.h')
-rw-r--r--src/map/config/Data/Const.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/map/config/Data/Const.h b/src/map/config/Data/Const.h
index 498e05c17..88b00ea21 100644
--- a/src/map/config/Data/Const.h
+++ b/src/map/config/Data/Const.h
@@ -39,6 +39,15 @@
#endif
/**
+ * Path within the /db folder to (non-)renewal specific db files
+ **/
+#if REMODE
+#define DBPATH "re/"
+#else
+#define DBPATH "pre-re/"
+#endif
+
+/**
* End of File
**/
#endif