Definitions for DB Pathing (#3964)

* Added the use of DBPATH/DBIMPORT definition for guild EXP, job information, level penalties, and map cache to remove hardcoded values.
Thanks to @marky291!
This commit is contained in:
Mark Hester
2019-02-22 14:02:08 +00:00
committed by Aleos
parent 7e64920191
commit a5c93b60a6
3 changed files with 5 additions and 5 deletions

View File

@@ -3772,7 +3772,7 @@ int map_readallmaps (void)
else {
const char* mapcachefilepath[] = {
"db/" DBPATH "map_cache.dat",
"db/import/map_cache.dat"
"db/" DBIMPORT "/map_cache.dat"
};
for( int i = 0; i < 2; i++ ){