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:
@@ -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++ ){
|
||||
|
||||
Reference in New Issue
Block a user