Support location_id in [role][auto_recall]
This commit is contained in:
parent
9d8d57b16d
commit
a50ec3f872
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ function wesnoth.wml_actions.role(cfg)
|
|||
recall = {}
|
||||
recall.x = original.x
|
||||
recall.y = original.y
|
||||
recall.location_id = original.location_id
|
||||
recall.show = original.show
|
||||
recall.fire_event = original.fire_event
|
||||
recall.check_passability = original.check_passability
|
||||
|
|
Loading…
Add table
Reference in a new issue