fix inv bug

This commit is contained in:
biglyderv 2025-03-28 02:17:42 -04:00
parent 79e380eddb
commit 6ef90f930d
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
3 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ void init_tables(hashmap *elements, hashmap *inv, hashmap *polls, int do_inv) {
if (!do_inv)
return;
load_elements(elements, "../elem_data/" inv_base_file, 1) ||
load_elements(inv, "../elem_data/" inv_base_file, 1) ||
load_elements(inv, inv_base_file, 1) ||
load_elements(inv, "bin/" inv_base_file, 1);