fix inv bug
This commit is contained in:
parent
79e380eddb
commit
6ef90f930d
3 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue