Skip to content

Commit

Permalink
fix advancefrom compatibility code
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Mar 13, 2020
1 parent 1487fec commit d39fe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_config_manager.cpp
Expand Up @@ -479,7 +479,7 @@ void game_config_manager::load_addons_cfg()
config modify_unit_type {
"id", unit_type["id"],
"add_advancement", advancefrom["unit"],
"experience", advancefrom["experience"]
"set_experience", advancefrom["experience"]
};
deprecated_message(
"[advancefrom]",
Expand Down

0 comments on commit d39fe3a

Please sign in to comment.