const char *filename[] = {
DBPATH"item_db.conf",
"item_db2.conf",
"item_darkro.conf",
"item_freebies.conf",
"item_headgear.conf",
};
Wow, thank you very much! I did not now that.The order of placement is the same as the order of reading, right?src/map/itemdb.c
search for void itemdb_read(bool minimal) {
I am using this as multi-item-db
const char *filename[] = { DBPATH"item_db.conf",
"item_db2.conf",
"item_darkro.conf",
"item_freebies.conf",
"item_headgear.conf",
};
We use essential cookies to make this site work, and optional cookies to enhance your experience.