Fixed error in [modify_side] shroud_data=

This commit is contained in:
Charles Dang 2017-03-14 11:52:20 +11:00
parent 42e2486d8a
commit 15f8ac3c80

View file

@ -1022,7 +1022,7 @@ function wml_actions.modify_side(cfg)
wesnoth.add_fog(side.side, {}, true)
end
if cfg.shroud_data then
wesnoth.remove_shroud(side, cfg.shroud_data)
wesnoth.remove_shroud(side.side, cfg.shroud_data)
end
if cfg.share_vision then