mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 23:13:16 +00:00
fixed upgrade of old-style [avoid] tag to new syntax
This commit is contained in:
parent
5ee66cb282
commit
d102f3bded
@ -178,7 +178,7 @@ bool configuration::upgrade_aspect_config_from_1_07_02_to_1_07_03(const config&
|
||||
if (aspect_was_attribute) {
|
||||
facet_config["value"] = aiparam[id];
|
||||
} else {
|
||||
foreach (const config &value, cfg.child_range(id)) {
|
||||
foreach (const config &value, aiparam.child_range(id)) {
|
||||
facet_config.add_child("value",value);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user