Change install location of base scenario file

This commit is contained in:
2014-04-22 01:58:12 -04:00
parent 434d4c522f
commit d90a006e43
2 changed files with 2 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ short init_data(short flag)
}
void load_base_item_defs(){
fs::path basePath = progDir/"data"/"BoE Bases"/"bladbase.exs";
fs::path basePath = progDir/"Scenario Editor"/"Blades of Exile Base"/"bladbase.exs";
scen_items_loaded = load_scenario(basePath, true);
}