LoW S3: fix deprecated WML warning
This commit is contained in:
parent
5cccd0f86b
commit
060ab198ee
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function wesnoth.wml_actions.replace_map_section(cfg)
|
|||
y = y + 1
|
||||
end
|
||||
local new_map = table.concat(t, '\n')
|
||||
wesnoth.wml_actions.replace_map { map = new_map, expand = true, shrink = true }
|
||||
wesnoth.wml_actions.replace_map { map_data = new_map, expand = true, shrink = true }
|
||||
end
|
||||
|
||||
function wesnoth.wml_actions.unstore_left_behind_units(cfg)
|
||||
|
|
Loading…
Add table
Reference in a new issue