Support location_id in [role][auto_recall]

This commit is contained in:
Celtic Minstrel 2019-03-03 11:50:39 -05:00
parent 9d8d57b16d
commit a50ec3f872

View file

@ -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