Skip to content

Commit

Permalink
Support location_id in [role][auto_recall]
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Mar 3, 2019
1 parent 9d8d57b commit a50ec3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/lua/wml/role.lua
Expand Up @@ -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
Expand Down

0 comments on commit a50ec3f

Please sign in to comment.