PC Editor: Fix items not loading

This commit is contained in:
2017-04-11 18:00:41 -04:00
parent 45604a22b9
commit d588efd11b

View File

@@ -32,6 +32,6 @@ void remove_party_from_scen() {
}
void load_base_item_defs(){
fs::path basePath = progDir/"Blades of Exile Base"/"bladbase.exs";
fs::path basePath = progDir/"Blades of Exile Base"/"bladbase.boes";
scen_items_loaded = load_scenario(basePath, univ.scenario);
}